C# 클래스 Tibialyzer.TabStructure

파일 보기 프로젝트 열기: Mytherin/Tibialyzer

공개 프로퍼티들

프로퍼티 타입 설명
address System.UInt32
prevsize int
size int

공개 메소드들

메소드 설명
GetMessage ( int i ) : string
GetMessages ( ) : IEnumerable
TabStructure ( UInt32 address ) : System

메소드 상세

GetMessage() 공개 메소드

public GetMessage ( int i ) : string
i int
리턴 string

GetMessages() 공개 메소드

public GetMessages ( ) : IEnumerable
리턴 IEnumerable

TabStructure() 공개 메소드

public TabStructure ( UInt32 address ) : System
address System.UInt32
리턴 System

프로퍼티 상세

address 공개적으로 프로퍼티

public UInt32,System address
리턴 System.UInt32

prevsize 공개적으로 프로퍼티

public int prevsize
리턴 int

size 공개적으로 프로퍼티

public int size
리턴 int