C# 클래스 PlayOnline.FFXI.Things.Item

상속: PlayOnline.FFXI.Things.Thing
파일 보기 프로젝트 열기: Windower/POLUtils

공개 메소드들

메소드 설명
Clear ( ) : void
DeduceType ( BinaryReader BR, Type &T ) : void
GetAllFields ( ) : List
GetFieldText ( string Field ) : string
GetFieldValue ( string Field ) : object
GetPropertyPages ( ) : List
HasField ( string Field ) : bool
Item ( ) : System
Read ( BinaryReader BR, Type T ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
LoadField ( string Field, System Node ) : void

비공개 메소드들

메소드 설명
ReadString ( BinaryReader BR, Encoding E ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DeduceType() 공개 정적인 메소드

public static DeduceType ( BinaryReader BR, Type &T ) : void
BR System.IO.BinaryReader
T System.Type
리턴 void

GetAllFields() 공개 메소드

public GetAllFields ( ) : List
리턴 List

GetFieldText() 공개 메소드

public GetFieldText ( string Field ) : string
Field string
리턴 string

GetFieldValue() 공개 메소드

public GetFieldValue ( string Field ) : object
Field string
리턴 object

GetPropertyPages() 공개 메소드

public GetPropertyPages ( ) : List
리턴 List

HasField() 공개 메소드

public HasField ( string Field ) : bool
Field string
리턴 bool

Item() 공개 메소드

public Item ( ) : System
리턴 System

LoadField() 보호된 메소드

protected LoadField ( string Field, System Node ) : void
Field string
Node System
리턴 void

Read() 공개 메소드

public Read ( BinaryReader BR, Type T ) : bool
BR System.IO.BinaryReader
T System.Type
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string