Redigera

SafeHandleMarshaller<T>.ManagedToUnmanagedOut Struct

Definition

Marshals a SafeHandle as its underlying handle value as an out parameter in managed-to-unmanaged scenarios like P/Invokes.

public:  where T : SafeHandlevalue class SafeHandleMarshaller<T>::ManagedToUnmanagedOut
public struct SafeHandleMarshaller<T>.ManagedToUnmanagedOut where T : SafeHandle
type SafeHandleMarshaller<'T (requires 'T :> SafeHandle)>.ManagedToUnmanagedOut = struct
Public Structure SafeHandleMarshaller(Of T).ManagedToUnmanagedOut

Type Parameters

T
Inheritance
SafeHandleMarshaller<T>.ManagedToUnmanagedOut

Constructors

SafeHandleMarshaller<T>.ManagedToUnmanagedOut()

Initializes a new instance of SafeHandleMarshaller<T>.ManagedToUnmanagedOut in a default state.

Methods

Free()

Frees any resources and reference counts owned by the marshaller.

FromUnmanaged(IntPtr)

Initializes the marshaller from an unmanaged handle.

ToManaged()

Retrieves the managed handle from the marshaller.

Applies to