Edit

Share via


PinnedGCHandle<T>.FromIntPtr(IntPtr) Method

Definition

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

Parameters

value
IntPtr

nativeint

Returns

Applies to