PERWAPI.MethPtrType.MethPtrType C# (CSharp) Method

MethPtrType() private method

private MethPtrType ( MethSig msig ) : System
msig MethSig
return System
        internal MethPtrType(MethSig msig)
            : base((byte)ElementType.FnPtr)
        {
            mSig = msig;
        }

Same methods

MethPtrType::MethPtrType ( Method meth ) : System