System.MethodDescChunkHandle.MethodDescChunkHandle C# (CSharp) 메소드

MethodDescChunkHandle() 개인적인 메소드

private MethodDescChunkHandle ( void ptr ) : System
ptr void
리턴 System
        internal MethodDescChunkHandle(void* ptr)
        {
            m_ptr = new IntPtr(ptr);
        }