Method | Description | |
---|---|---|
ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System | ||
Evaluate ( |
||
LoadValue ( |
||
StoreValue ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
DoConditionalInstruction ( |
public ConditionalILConstruct ( ILConstruct condition, ILConstruct thenExpression, ILConstruct elseExpression ) : System | ||
condition | ILConstruct | |
thenExpression | ILConstruct | |
elseExpression | ILConstruct | |
return | System |
public Evaluate ( |
||
il | ||
return | void |
public LoadValue ( |
||
il | ||
shouldBeAddress | bool | |
return | void |
public StoreValue ( |
||
il | ||
return | void |