Property | Type | Description | |
---|---|---|---|
Complete | void | ||
EmitGetHelper | void | ||
EmitGetHelper_Conversion | void | ||
EmitGetHelper_Ref | void | ||
EnsureReturnVariable | void | ||
ICodeGenContext | |||
IDelayedCompletion | void | ||
IDelayedDefinition | void | ||
ISignatureGen | IParameterBasicInfo | ||
ISignatureGen | |||
LocalInitedFromStack | |||
LocalInitedFromStack |
Method | Description | |
---|---|---|
Arg ( int parameterIndex ) : |
ThisOffset is applied inside
|
|
Arg ( string name ) : |
||
Base ( ) : |
||
CodeGen ( ICodeGenContext context, bool isOwner = true ) : System | ||
DefineLabel ( ) : |
||
ForceResetUnreachableState ( ) : void | ||
Goto ( |
||
Goto ( string labelName ) : void | ||
Label ( string labelName ) : |
||
Local ( ) : |
||
Local ( |
||
Local ( System type ) : |
||
Local ( System type, |
||
Local ( |
||
Local ( |
||
MarkLabel ( |
||
PropertyValue ( ) : |
||
This ( ) : |
||
this ( string localName ) : |
Method | Description | |
---|---|---|
EmitCallHelper ( |
||
EmitConvHelper ( TypeCode to ) : void | ||
EmitGetHelper ( |
||
EmitI4Helper ( int value ) : void | ||
EmitI8Helper ( long value, bool signed ) : void | ||
EmitLdargHelper ( ushort index ) : void | ||
EmitLdelemHelper ( |
||
EmitLdindHelper ( |
||
EmitStargHelper ( ushort index ) : void | ||
EmitStelemHelper ( |
||
EmitStindHelper ( |
||
GetStelemOpCode ( |
||
GetStindOpCode ( |
||
WrapExistingLocal ( |
Method | Description | |
---|---|---|
Complete ( ) : void | ||
EmitGetHelper ( |
||
EmitGetHelper_Conversion ( |
||
EmitGetHelper_Ref ( |
||
EnsureReturnVariable ( ) : void | ||
ICodeGenContext ( ) : |
||
IDelayedCompletion ( ) : void | ||
IDelayedDefinition ( ) : void | ||
ISignatureGen ( string parameterName ) : IParameterBasicInfo | ||
ISignatureGen ( int position, ParameterAttributes attributes, string parameterName ) : |
||
LocalInitedFromStack ( System type ) : |
||
LocalInitedFromStack ( |
public Arg ( int parameterIndex ) : |
||
parameterIndex | int | |
return |
public Arg ( string name ) : |
||
name | string | |
return |
public CodeGen ( ICodeGenContext context, bool isOwner = true ) : System | ||
context | ICodeGenContext | |
isOwner | bool | |
return | System |
protected EmitCallHelper ( |
||
mth | ||
target | ||
return | void |
protected EmitConvHelper ( TypeCode to ) : void | ||
to | TypeCode | |
return | void |
protected EmitGetHelper ( |
||
op | ||
desiredType | ||
allowExplicitConversion | bool | |
return | void |
protected EmitI8Helper ( long value, bool signed ) : void | ||
value | long | |
signed | bool | |
return | void |
protected EmitLdargHelper ( ushort index ) : void | ||
index | ushort | |
return | void |
protected EmitLdelemHelper ( |
||
elementType | ||
return | void |
protected EmitLdindHelper ( |
||
type | ||
return | void |
protected EmitStargHelper ( ushort index ) : void | ||
index | ushort | |
return | void |
protected EmitStelemHelper ( |
||
elementType | ||
element | ||
allowExplicitConversion | bool | |
return | void |
protected EmitStindHelper ( |
||
type | ||
value | ||
allowExplicitConversion | bool | |
return | void |
protected static GetStelemOpCode ( |
||
elementType | ||
return |
protected static GetStindOpCode ( |
||
type | ||
return |
public Goto ( |
||
label | ||
return | void |
public Label ( string labelName ) : |
||
labelName | string | |
return |
public Local ( |
||
init | ||
return |
public Local ( System type ) : |
||
type | System | |
return |
public Local ( System type, |
||
type | System | |
init | ||
return |
public Local ( |
||
type | ||
return |
public Local ( |
||
type | ||
init | ||
return |
public MarkLabel ( |
||
label | ||
return | void |
protected WrapExistingLocal ( |
||
local | ||
return |