C# Class x86Disasm.MemoryOperand

Afficher le fichier Open project: cryogen/VM86CS

Méthodes publiques

Свойство Type Description
Address uint
Base GeneralRegister
Displacement int
Index GeneralRegister
Scale int
Segment SegmentRegister
Size int

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Address public_oe property

public uint Address
Résultat uint

Base public_oe property

public GeneralRegister Base
Résultat GeneralRegister

Displacement public_oe property

public int Displacement
Résultat int

Index public_oe property

public GeneralRegister Index
Résultat GeneralRegister

Scale public_oe property

public int Scale
Résultat int

Segment public_oe property

public SegmentRegister Segment
Résultat SegmentRegister

Size public_oe property

public int Size
Résultat int