Edit

Share via


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

Definition

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

Parameters

Returns

IntPtr

nativeint

Applies to