C# Class AsmResolver.X86.X86Operand

Represents an operand in an x86 instruction.
Exibir arquivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
X86Operand ( X86OperandUsage operandUsage, object value ) : System
X86Operand ( X86OperandUsage operandUsage, object value, X86ScaledIndex scaledIndex ) : System
X86Operand ( X86OperandUsage operandUsage, object value, X86ScaledIndex scaledIndex, int offset, X86OffsetType offsetType ) : System
X86Operand ( X86OperandUsage operandUsage, object value, int offset ) : System
X86Operand ( object value ) : System

Private Methods

Method Description
X86Operand ( ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

X86Operand() public method

public X86Operand ( X86OperandUsage operandUsage, object value ) : System
operandUsage X86OperandUsage
value object
return System

X86Operand() public method

public X86Operand ( X86OperandUsage operandUsage, object value, X86ScaledIndex scaledIndex ) : System
operandUsage X86OperandUsage
value object
scaledIndex X86ScaledIndex
return System

X86Operand() public method

public X86Operand ( X86OperandUsage operandUsage, object value, X86ScaledIndex scaledIndex, int offset, X86OffsetType offsetType ) : System
operandUsage X86OperandUsage
value object
scaledIndex X86ScaledIndex
offset int
offsetType X86OffsetType
return System

X86Operand() public method

public X86Operand ( X86OperandUsage operandUsage, object value, int offset ) : System
operandUsage X86OperandUsage
value object
offset int
return System

X86Operand() public method

public X86Operand ( object value ) : System
value object
return System