PERWAPI.MethodRef.MethodRef C# (CSharp) 메소드

MethodRef() 개인적인 메소드

private MethodRef ( Class paren, string name, Type retType, Type pars ) : System
paren Class
name string
retType Type
pars Type
리턴 System
        internal MethodRef(Class paren, string name, Type retType, Type[] pars)
            : base(name,retType,paren)
        {
            sig.parTypes = pars;
            if (pars != null) sig.numPars = (uint)pars.Length;
        }

Same methods

MethodRef::MethodRef ( MethSig sig ) : System
MethodRef::MethodRef ( uint parIx, string name, uint sigIx ) : System