Click or drag to resize
FastResourceLockExtensions Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.FastResourceLockExtensions"]

Inheritance Hierarchy
SystemObject
  VRageFastResourceLockExtensions

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static class FastResourceLockExtensions

The FastResourceLockExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAcquireExclusiveUsing
Call dispose or use using block to release lock
Public methodStatic memberAcquireSharedUsing
Call dispose or use using block to release lock
Top
See Also