C# Class x86Disasm.Argument

Show file 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 property

public bool IgnorePrefix
return bool

SignExtend public property

public bool SignExtend
return bool

Size public property

public uint Size
return uint

Type public property

public ArgumentType Type
return ArgumentType

UsesES public property

public bool UsesES
return bool

Value public property

public int Value
return int