C# 클래스 SharpDisasm.Udis86.ud_lookup_table_list_entry

파일 보기 프로젝트 열기: spazzarama/SharpDisasm

공개 프로퍼티들

프로퍼티 타입 설명
Meta string
Table ushort[]
Type ud_table_type

공개 메소드들

메소드 설명
ud_lookup_table_list_entry ( ushort table, ud_table_type type, string meta ) : System

메소드 상세

ud_lookup_table_list_entry() 공개 메소드

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

프로퍼티 상세

Meta 공개적으로 프로퍼티

public string Meta
리턴 string

Table 공개적으로 프로퍼티

public ushort[] Table
리턴 ushort[]

Type 공개적으로 프로퍼티

public ud_table_type Type
리턴 ud_table_type