PERWAPI.MethodImpl.MethodImpl C# (CSharp) Method

MethodImpl() private method

private MethodImpl ( ClassDef par, Method decl, Method bod ) : System
par ClassDef
decl Method
bod Method
return System
        internal MethodImpl(ClassDef par, Method decl, Method bod)
        {
            parent = par;
            header = decl;
            body = bod;
            tabIx = MDTable.MethodImpl;
        }

Same methods

MethodImpl::MethodImpl ( PEReader buff ) : System
MethodImpl::MethodImpl ( PEReader buff, ClassDef par, uint bIx, uint dIx ) : System