The LockableObject type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this LockableObject. |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). |