Click or drag to resize
SoBaseContextCache Class

Base context dependent cache management class.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.Inventor.CachesSoBaseContextCache
        OIV.Inventor.CachesSoCache

Namespace: OIV.Inventor.Caches
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoBaseContextCache : SoDisposable

The SoBaseContextCache type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContextDependent

return current context dependency state.

Public methodRelease

This function is called when a context has been requested to delete the context through the SoDeviceContext.dispose() method.

Public methodSetContextDependent
Calls SetContextDependent(true).
Public methodSetContextDependent(Boolean)

Object is considered not context dependent as long as OIV.Inventor.Devices.SoDeviceContext was not ref by this object.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Top
Remarks

A helper base class used to store context dependent cache objects.

See Also