HandleInitializationContext Class

Definition

Represents the initialization environment of a Handle.

public ref class HandleInitializationContext sealed
public sealed class HandleInitializationContext
type HandleInitializationContext = class
Public NotInheritable Class HandleInitializationContext
Inheritance
HandleInitializationContext

Methods

CreateAndInitializeHandle<THandle>()

Creates and initializes a new instance of the handle type specified by the type parameter.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetExtension<T>()

Retrieves the extension of the class.

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)
UninitializeHandle(Handle)

Uninitializes the specified Handle.

Applies to