SoBaseContextCache Class |
Base context dependent cache management class.
Namespace: OIV.Inventor.Caches
The SoBaseContextCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsContextDependent | return current context dependency state. |
![]() | Release | This function is called when a context has been requested to delete the context through the SoDeviceContext.dispose() method. |
![]() | SetContextDependent | Calls SetContextDependent(true). |
![]() | SetContextDependent(Boolean) | Object is considered not context dependent as long as OIV.Inventor.Devices.SoDeviceContext was not ref by this object. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
A helper base class used to store context dependent cache objects.