System.RuntimeTypeHandle.GetGCHandle C# (CSharp) Метод

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

private GetGCHandle ( GCHandleType type ) : IntPtr
type GCHandleType
Результат IntPtr
        internal extern IntPtr GetGCHandle(GCHandleType type); 

Usage Example

Пример #1
0
 internal IntPtr GetGCHandle(GCHandleType type)
 {
     return(RuntimeTypeHandle.GetGCHandle(this.GetNativeHandle(), type));
 }