ObjectInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instance of a detected object returned by object observer.
public ref class ObjectInstance : IDisposable
public class ObjectInstance : IDisposable
type ObjectInstance = class
interface IDisposable
Public Class ObjectInstance
Implements IDisposable
- Inheritance
-
ObjectInstance
- Implements
Constructors
ObjectInstance(IntPtr, Boolean) |
Properties
Mode |
Tracking mode. |
ModelId |
Id of the object model associated with this instance. |
Methods
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Finalize() |
Finalizes an instance of the ObjectInstance class. |
TryGetCurrentState() |
Returns current instance state. Returns null if an instance is closed or lost during tracking. |
Events
Changed |