Method | Description | |
---|---|---|
AddCallConv ( CallConv cconv ) : void | ||
AddGenericParameter ( short index, string name ) : |
Add a named generic type parameter
|
|
AddGenericParameter ( short index, string name, GenericParamAttributes attr ) : |
Add a named generic type parameter with attributes
|
|
AddImplAttribute ( ImplAttr ia ) : void |
Add some implementation attributes to this method descriptor
|
|
AddLocals ( Local locals, bool initLocals ) : void |
Add local variables to this method
|
|
AddMethAttribute ( MethAttr ma ) : void |
Add some attributes to this method descriptor
|
|
AddPInvokeInfo ( |
||
AddRetTypeMarshallInfo ( |
||
CreateCodeBuffer ( ) : PEAPI.CILInstructions |
Create a code buffer for this method to add the IL instructions to
|
|
DeclareEntryPoint ( ) : void |
Mark this method as having an entry point
|
|
MakeVarArgSignature ( Type optPars ) : |
Make a method reference descriptor for this method to be used as a callsite signature for this vararg method
|
|
SetMaxStack ( int maxStack ) : void |
Set the maximum stack height for this method
|
Method | Description | |
---|---|---|
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
GetPars ( ) : PEAPI.Param[] | ||
GetSigIx ( |
||
MethodDef ( |
||
MethodDef ( |
||
Size ( |
||
TypeSig ( |
||
Write ( PEAPI.FileImage output ) : void | ||
ZeroRva ( ) : bool |
public AddGenericParameter ( short index, string name ) : |
||
index | short | |
name | string | |
return |
public AddGenericParameter ( short index, string name, GenericParamAttributes attr ) : |
||
index | short | |
name | string | |
attr | GenericParamAttributes | |
return |
public AddImplAttribute ( ImplAttr ia ) : void | ||
ia | ImplAttr | the attributes to be added |
return | void |
public AddLocals ( Local locals, bool initLocals ) : void | ||
locals | Local | the locals to be added |
initLocals | bool | are locals initialised to default values |
return | void |
public AddMethAttribute ( MethAttr ma ) : void | ||
ma | MethAttr | the attributes to be added |
return | void |
public AddPInvokeInfo ( |
||
scope | ||
methName | string | |
callAttr | PInvokeAttr | |
return | void |
public AddRetTypeMarshallInfo ( |
||
marshallType | ||
return | void |
public CreateCodeBuffer ( ) : PEAPI.CILInstructions | ||
return | PEAPI.CILInstructions |
public MakeVarArgSignature ( Type optPars ) : |
||
optPars | Type | the optional pars for the vararg method call |
return |
public SetMaxStack ( int maxStack ) : void | ||
maxStack | int | the maximum height of the stack |
return | void |