C# Class x86Disasm.RegisterOperand

显示文件 Open project: cryogen/VM86CS

Public Properties

Property Type Description
High bool
Index int
Size int
Type RegisterType

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

High public_oe property

public bool High
return bool

Index public_oe property

public int Index
return int

Size public_oe property

public int Size
return int

Type public_oe property

public RegisterType Type
return RegisterType