GetGCHandle() 개인적인 메소드

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