C# Class SharpDisasm.Udis86.ud_lookup_table_list_entry

Afficher le fichier Open project: spazzarama/SharpDisasm

Méthodes publiques

Свойство Type Description
Meta string
Table ushort[]
Type ud_table_type

Méthodes publiques

Méthode Description
ud_lookup_table_list_entry ( ushort table, ud_table_type type, string meta ) : System

Method Details

ud_lookup_table_list_entry() public méthode

public ud_lookup_table_list_entry ( ushort table, ud_table_type type, string meta ) : System
table ushort
type ud_table_type
meta string
Résultat System

Property Details

Meta public_oe property

public string Meta
Résultat string

Table public_oe property

public ushort[] Table
Résultat ushort[]

Type public_oe property

public ud_table_type Type
Résultat ud_table_type