Method | Description | |
---|---|---|
EmitCastIfNeeded ( this ilGenerator, |
||
EmitConversion ( this iLGenerator, |
||
EmitLoadArg ( this ilGenerator, int arg ) : void | ||
EmitLoadElementByType ( this iLGenerator, |
||
EmitLoadLocal ( this iLGenerator, |
||
EmitLoadLocalAddress ( this iLGenerator, |
||
EmitPrimitiveByTypeCode ( this iLGenerator, object value, TypeCode typeCode ) : void | ||
EmitPushInteger ( this iLGenerator, int value ) : void | ||
EmitStoreArgument ( this iLGenerator, int index ) : void | ||
EmitStoreLocal ( this iLGenerator, |
Method | Description | |
---|---|---|
EmitLoadLocalShortForm ( this iLGenerator, |
||
EmitPushIntegerShortTerm ( this iLGenerator, int value ) : void | ||
EmitStoreLocalShortTerm ( this iLGenerator, |
||
PushIntegerOpCode ( this ilGenerator, long value ) : void | ||
PushIntegerOpCode ( this ilGenerator, ulong value ) : void |
public static EmitCastIfNeeded ( this ilGenerator, |
||
ilGenerator | this | |
sourceTarget | ||
targetType | ||
return | void |
public static EmitConversion ( this iLGenerator, |
||
iLGenerator | this | |
to | ||
from | ||
return | void |
public static EmitLoadArg ( this ilGenerator, int arg ) : void | ||
ilGenerator | this | |
arg | int | |
return | void |
public static EmitLoadElementByType ( this iLGenerator, |
||
iLGenerator | this | |
type | ||
return | void |
public static EmitLoadLocal ( this iLGenerator, |
||
iLGenerator | this | |
localBuilder | ||
loadAddress | bool | |
return | void |
public static EmitLoadLocalAddress ( this iLGenerator, |
||
iLGenerator | this | |
localBuilder | ||
return | void |
public static EmitPrimitiveByTypeCode ( this iLGenerator, object value, TypeCode typeCode ) : void | ||
iLGenerator | this | |
value | object | |
typeCode | TypeCode | |
return | void |
public static EmitPushInteger ( this iLGenerator, int value ) : void | ||
iLGenerator | this | |
value | int | |
return | void |
public static EmitStoreArgument ( this iLGenerator, int index ) : void | ||
iLGenerator | this | |
index | int | |
return | void |
public static EmitStoreLocal ( this iLGenerator, |
||
iLGenerator | this | |
localBuilder | ||
return | void |