C# Class SharpDisasm.Udis86.ud_lookup_table_list_entry

显示文件 Open project: spazzarama/SharpDisasm

Public Properties

Property Type Description
Meta string
Table ushort[]
Type ud_table_type

Public Methods

Method Description
ud_lookup_table_list_entry ( ushort table, ud_table_type type, string meta ) : System

Method Details

ud_lookup_table_list_entry() public method

public ud_lookup_table_list_entry ( ushort table, ud_table_type type, string meta ) : System
table ushort
type ud_table_type
meta string
return System

Property Details

Meta public_oe property

public string Meta
return string

Table public_oe property

public ushort[] Table
return ushort[]

Type public_oe property

public ud_table_type Type
return ud_table_type