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));
 }