GetGCHandle() приватный Метод

private GetGCHandle ( GCHandleType type ) : IntPtr
type GCHandleType
Результат IntPtr
Пример #1
0
 internal IntPtr GetGCHandle(GCHandleType type)
 {
     return(RuntimeTypeHandle.GetGCHandle(this.GetNativeHandle(), type));
 }