PERWAPI.ReferenceScope.GetMethod C# (CSharp) Method

GetMethod() private method

private GetMethod ( MethSig mSig ) : MethodRef
mSig MethSig
return MethodRef
        internal MethodRef GetMethod(MethSig mSig)
        {
            return (MethodRef)defaultClass.GetMethod(mSig);
        }

Same methods

ReferenceScope::GetMethod ( string name ) : MethodRef
ReferenceScope::GetMethod ( string name, Type parTypes ) : MethodRef
ReferenceScope::GetMethod ( string name, Type parTypes, Type optPars ) : MethodRef