C# Class x86Disasm.Operand

Show 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 property

public uint Address
return uint

Memory public property

public MemoryOperand,x86Disasm Memory
return MemoryOperand

Register public property

public RegisterOperand,x86Disasm Register
return RegisterOperand

Size public property

public uint Size
return uint

Type public property

public OperandType Type
return OperandType