Add a method to this class
[Visual Basic]
Overloads Public Function AddMethod( _
ByVal mAtts As PEAPI.MethAttr, _
ByVal iAtts As PEAPI.ImplAttr, _
ByVal name As String, _
ByVal retType As PEAPI.Type, _
ByVal pars As PEAPI.Param() _
) As PEAPI.MethodDef
[C#]
public MethodDef AddMethod(
MethAttr mAtts,
ImplAttr iAtts,
string name,
Type retType,
Param[] pars
);
a descriptor for this new method
ClassDef Class | ClassDef Members | PEAPI Namespace | ClassDef.AddMethod Overload List