System.RuntimeTypeHandle.RuntimeTypeHandle C# (CSharp) Méthode

RuntimeTypeHandle() private méthode

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

Same methods

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