C# Class x86Disasm.Argument

Datei anzeigen Open project: cryogen/VM86CS Class Usage Examples

Public Properties

Property Type Description
IgnorePrefix bool
SignExtend bool
Size uint
Type ArgumentType
UsesES bool
Value int

Property Details

IgnorePrefix public_oe property

public bool IgnorePrefix
return bool

SignExtend public_oe property

public bool SignExtend
return bool

Size public_oe property

public uint Size
return uint

Type public_oe property

public ArgumentType Type
return ArgumentType

UsesES public_oe property

public bool UsesES
return bool

Value public_oe property

public int Value
return int