C# Class SharpDisasm.Udis86.ud_operand

Disassembled instruction Operand.
Show file Open project: spazzarama/SharpDisasm Class Usage Examples

Public Properties

Property Type Description
@base ud_type
index ud_type
lval ud_lval
offset byte
scale byte
size ushort
type ud_type

Property Details

@base public property

public ud_type @base
return ud_type

index public property

public ud_type index
return ud_type

lval public property

public ud_lval,SharpDisasm.Udis86 lval
return ud_lval

offset public property

Offset size (8, 16, 32, 64)
public byte offset
return byte

scale public property

public byte scale
return byte

size public property

public ushort size
return ushort

type public property

public ud_type type
return ud_type