Method | Description | |
---|---|---|
Create ( MsilOpCode code ) : |
||
Create ( MsilOpCode code, IList |
||
Create ( MsilOpCode code, IMemberReference operand ) : |
||
Create ( MsilOpCode code, |
||
Create ( MsilOpCode code, |
||
Create ( MsilOpCode code, StandAloneSignature operand ) : |
||
Create ( MsilOpCode code, |
||
Create ( MsilOpCode code, double operand ) : |
||
Create ( MsilOpCode code, float operand ) : |
||
Create ( MsilOpCode code, int operand ) : |
||
Create ( MsilOpCode code, long operand ) : |
||
Create ( MsilOpCode code, sbyte operand ) : |
||
Create ( MsilOpCode code, string operand ) : |
||
GetOperandSize ( ) : int | ||
MsilInstruction ( int offset, MsilOpCode opCode, object operand ) : System | ||
OperandToString ( ) : string | ||
ToString ( ) : string |
public static Create ( MsilOpCode code ) : |
||
code | MsilOpCode | |
return |
public static Create ( MsilOpCode code, IList |
||
code | MsilOpCode | |
operand | IList |
|
return |
public static Create ( MsilOpCode code, IMemberReference operand ) : |
||
code | MsilOpCode | |
operand | IMemberReference | |
return |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
instruction | ||
return |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
operand | ||
return |
public static Create ( MsilOpCode code, StandAloneSignature operand ) : |
||
code | MsilOpCode | |
operand | StandAloneSignature | |
return |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
operand | ||
return |
public static Create ( MsilOpCode code, double operand ) : |
||
code | MsilOpCode | |
operand | double | |
return |
public static Create ( MsilOpCode code, float operand ) : |
||
code | MsilOpCode | |
operand | float | |
return |
public static Create ( MsilOpCode code, int operand ) : |
||
code | MsilOpCode | |
operand | int | |
return |
public static Create ( MsilOpCode code, long operand ) : |
||
code | MsilOpCode | |
operand | long | |
return |
public static Create ( MsilOpCode code, sbyte operand ) : |
||
code | MsilOpCode | |
operand | sbyte | |
return |
public static Create ( MsilOpCode code, string operand ) : |
||
code | MsilOpCode | |
operand | string | |
return |
public MsilInstruction ( int offset, MsilOpCode opCode, object operand ) : System | ||
offset | int | |
opCode | MsilOpCode | |
operand | object | |
return | System |