Edit

Share via


WeakGCHandle<T>.FromIntPtr(IntPtr) Method

Definition

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

Parameters

value
IntPtr

nativeint

Returns

Applies to