System.RuntimeTypeHandle.GetGCHandle C# (CSharp) Method

GetGCHandle() private method

private GetGCHandle ( GCHandleType type ) : IntPtr
type GCHandleType
return IntPtr
        internal extern IntPtr GetGCHandle(GCHandleType type); 

Usage Example

Example #1
0
 internal IntPtr GetGCHandle(GCHandleType type)
 {
     return(RuntimeTypeHandle.GetGCHandle(this.GetNativeHandle(), type));
 }