System.RuntimeTypeHandle.RuntimeTypeHandle C# (CSharp) Method

RuntimeTypeHandle() private method

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

Same methods

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