GetGCHandle() private method

private GetGCHandle ( GCHandleType type ) : IntPtr
type GCHandleType
return IntPtr
Example #1
0
 internal IntPtr GetGCHandle(GCHandleType type)
 {
     return(RuntimeTypeHandle.GetGCHandle(this.GetNativeHandle(), type));
 }