1 reference to GCHandle
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.T.cs (1)
74
public static GCHandle<T> FromIntPtr(IntPtr value) => new
GCHandle
<T>(value);