Метод |
Описание |
|
Add ( bool checkOverflow, bool unsigned ) : void |
|
|
Call ( bool virtualCall ) : void |
|
|
Div ( bool checkOverflow, bool unsigned ) : void |
|
|
DoCallWork ( bool virtualCall, ObjectInstance thisArg = null, MethodReference methTok = null, object callInfo = null ) : void |
|
|
ExecuteMethod ( ObjectInstance &retVal, bool &doJmpCall, MemberReference &jmpCallToken ) : void |
|
|
ExecuteMethodCore ( ObjectInstance &retVal, bool &doJmpCall, MemberReference &jmpCallToken ) : void |
|
|
InterpretMethodBody ( MethodDefinition methDef, bool directCall, IList args, object stubContext ) : ObjectInstance |
|
|
InvokeInternalCall ( MethodDefinition methDef ) : void |
|
|
LdArg ( int argNum ) : void |
|
|
LdArgA ( int argNum ) : void |
|
|
LdFld ( ) : void |
|
|
LdFldA ( ) : void |
|
|
LdIcon ( int c ) : void |
|
|
LdIcon ( object c ) : void |
|
|
LdLoc ( int argNum ) : void |
|
|
LdLocA ( int argNum ) : void |
|
|
LdSFld ( ) : void |
|
|
LdSFldA ( ) : void |
|
|
LdStr ( ) : void |
|
|
Ldnull ( ) : void |
|
|
Mul ( bool checkOverflow, bool unsigned ) : void |
|
|
NewObj ( ) : void |
|
|
Rem ( bool checkOverflow, bool unsigned ) : void |
|
|
StArg ( int argNum ) : void |
|
|
StFld ( ) : void |
|
|
StLoc ( int argNum ) : void |
|
|
StObj ( ) : void |
|
|
StSFld ( ) : void |
|
|
Sub ( bool checkOverflow, bool unsigned ) : void |
|
|
Throw ( ) : void |
|
|