SoDeviceContext Class |
Abstract base class for device context managment.
Namespace: OIV.Inventor.Devices
The SoDeviceContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bind | Bind this context to the current thread. |
![]() | 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.) |
![]() | GetSharedGroup | Returns the current shared group. |
![]() | GetSharedId | Returns an id common to all compatible/shared contexts. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompatible | Returns true if two contexts are compatible. |
![]() | IsCurrent | Returns true if the context is valid and currently active. |
![]() | IsSharable | Returns the sharable status of this context. |
![]() | IsSharedWith | Returns the current sharing state with passed context. |
![]() | IsValid | Returns true if this context is valid. |
![]() | SetSharable | Sets the sharable property. |
![]() | SetSharedGroup | Explicitly change the sharedGroup. |
![]() | SetSharedWith | Share this context. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unbind | Unbind this context from the current thread. |
Name | Description | |
---|---|---|
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
This class provides generic functions to manage or get data about specific device contexts.