Méthode |
Description |
|
Binary ( BinaryOp op, TypeReference type = null ) : ExprBinary |
|
|
Box ( TypeReference type ) : Stmt |
|
|
BrFalse ( Instruction inst ) : Stmt |
|
|
BrTrue ( Instruction inst ) : Stmt |
|
|
Call ( Instruction inst, bool isVirtualCallInst ) : Stmt |
|
|
Cast ( TypeReference toType ) : Stmt |
|
|
Const ( object value, TypeReference type ) : Stmt |
|
|
Conv ( TypeReference convTo, bool forceFromUnsigned = false ) : Stmt |
|
|
Dup ( ) : Stmt |
|
|
InitObj ( TypeReference type ) : Stmt |
|
|
InsertConvIfRequired ( Expr expr, TypeReference requiredType ) : Expr |
|
|
IsInst ( TypeReference toType ) : Stmt |
|
|
LdArg ( int idx, bool adjust ) : Stmt |
|
|
LdArga ( int idx ) : Stmt |
|
|
LdLoc ( int idx ) : Stmt |
|
|
LdLoca ( int idx ) : Stmt |
|
|
LoadArrayLength ( ) : Stmt |
|
|
LoadElem ( Instruction inst ) : Stmt |
|
|
LoadElema ( Instruction inst ) : Stmt |
|
|
LoadField ( Instruction inst ) : Stmt |
|
|
LoadFieldAddress ( Instruction inst ) : Stmt |
|
|
LoadIndirect ( TypeReference loadType ) : Stmt |
|
|
LoadStaticField ( Instruction inst ) : Stmt |
|
|
LoadToken ( MemberReference member ) : Stmt |
|
|
NewArray ( Instruction inst ) : Stmt |
|
|
NewObj ( Instruction inst ) : Stmt |
|
|
SsaInstResultAssignment ( Instruction inst, Expr expr ) : Stmt |
|
|
SsaLocalAssignment ( Expr expr ) : Stmt |
|
|
StArg ( int idx ) : Stmt |
|
|
StLoc ( int idx ) : Stmt |
|
|
StObj ( TypeReference type ) : Stmt |
|
|
StoreElem ( Instruction inst ) : Stmt |
|
|
StoreField ( Instruction inst ) : Stmt |
|
|
StoreStaticField ( Instruction inst ) : Stmt |
|
|
Unary ( UnaryOp op, TypeReference type = null ) : ExprUnary |
|
|
UnboxAny ( TypeReference type ) : Stmt |
|
|