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

RuntimeTypeHandle() 개인적인 메소드

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

Same methods

RuntimeTypeHandle::RuntimeTypeHandle ( SerializationInfo info, StreamingContext context ) : System