C# Class x86Disasm.MemoryOperand

显示文件 Open project: cryogen/VM86CS

Public Properties

Property Type Description
Address uint
Base GeneralRegister
Displacement int
Index GeneralRegister
Scale int
Segment SegmentRegister
Size int

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

Base public_oe property

public GeneralRegister Base
return GeneralRegister

Displacement public_oe property

public int Displacement
return int

Index public_oe property

public GeneralRegister Index
return GeneralRegister

Scale public_oe property

public int Scale
return int

Segment public_oe property

public SegmentRegister Segment
return SegmentRegister

Size public_oe property

public int Size
return int