InstanceHandle 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.
Represents a handle to InstanceView object.
public ref class InstanceHandle sealed
public sealed class InstanceHandle
type InstanceHandle = class
Public NotInheritable Class InstanceHandle
- Inheritance
-
InstanceHandle
Remarks
A host interacts with an instance in the instance store by obtaining an instance handle to the instance from the InstanceStore object.
Properties
IsValid |
Returns a value that indicates whether an instance handle is valid. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Free() |
Frees the instance handle. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |