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: 2025.2.2.0 (10.18.2.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 (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (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 (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