C# Class x86Disasm.Operand

Afficher le fichier Open project: cryogen/VM86CS Class Usage Examples

Méthodes publiques

Свойство Type Description
Address uint
Memory MemoryOperand
Register RegisterOperand
Size uint
Type OperandType

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

Memory public_oe property

public MemoryOperand,x86Disasm Memory
Résultat MemoryOperand

Register public_oe property

public RegisterOperand,x86Disasm Register
Résultat RegisterOperand

Size public_oe property

public uint Size
Résultat uint

Type public_oe property

public OperandType Type
Résultat OperandType