메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static Create ( MsilOpCode code, IList |
||
code | MsilOpCode | |
operand | IList |
|
리턴 |
public static Create ( MsilOpCode code, IMemberReference operand ) : |
||
code | MsilOpCode | |
operand | IMemberReference | |
리턴 |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
instruction | ||
리턴 |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
operand | ||
리턴 |
public static Create ( MsilOpCode code, StandAloneSignature operand ) : |
||
code | MsilOpCode | |
operand | StandAloneSignature | |
리턴 |
public static Create ( MsilOpCode code, |
||
code | MsilOpCode | |
operand | ||
리턴 |
public static Create ( MsilOpCode code, double operand ) : |
||
code | MsilOpCode | |
operand | double | |
리턴 |
public static Create ( MsilOpCode code, float operand ) : |
||
code | MsilOpCode | |
operand | float | |
리턴 |
public static Create ( MsilOpCode code, int operand ) : |
||
code | MsilOpCode | |
operand | int | |
리턴 |
public static Create ( MsilOpCode code, long operand ) : |
||
code | MsilOpCode | |
operand | long | |
리턴 |
public static Create ( MsilOpCode code, sbyte operand ) : |
||
code | MsilOpCode | |
operand | sbyte | |
리턴 |
public static Create ( MsilOpCode code, string operand ) : |
||
code | MsilOpCode | |
operand | string | |
리턴 |
public MsilInstruction ( int offset, MsilOpCode opCode, object operand ) : System | ||
offset | int | |
opCode | MsilOpCode | |
operand | object | |
리턴 | System |