C# Class x86Disasm.Operand

Mostra file Open project: cryogen/VM86CS Class Usage Examples

Public Properties

Property Type Description
Address uint
Memory MemoryOperand
Register RegisterOperand
Size uint
Type OperandType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Address public_oe property

public uint Address
return uint

Memory public_oe property

public MemoryOperand,x86Disasm Memory
return MemoryOperand

Register public_oe property

public RegisterOperand,x86Disasm Register
return RegisterOperand

Size public_oe property

public uint Size
return uint

Type public_oe property

public OperandType Type
return OperandType