GetGCHandle() private method

private GetGCHandle ( GCHandleType type ) : IntPtr
type GCHandleType
return IntPtr
コード例 #1
0
ファイル: runtimehandles.cs プロジェクト: wwkkww1983/ZJCredit
 internal IntPtr GetGCHandle(GCHandleType type)
 {
     return(RuntimeTypeHandle.GetGCHandle(this.GetNativeHandle(), type));
 }