Edit

Share via


GCHandle<T>.ToIntPtr(GCHandle<T>) Method

Definition

public:
 static IntPtr ToIntPtr(System::Runtime::InteropServices::GCHandle<T> value);
public static IntPtr ToIntPtr(System.Runtime.InteropServices.GCHandle<T> value);
static member ToIntPtr : System.Runtime.InteropServices.GCHandle<'T (requires 'T : null)> -> nativeint
Public Shared Function ToIntPtr (value As GCHandle(Of T)) As IntPtr

Parameters

value
GCHandle<T>

Returns

IntPtr

nativeint

Applies to