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

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

공개 메소드들

메소드 설명
Clear ( ) : void
GetAllFields ( ) : List
GetFieldText ( string Field ) : string
GetFieldValue ( string Field ) : object
HasField ( string Field ) : bool
Read ( BinaryReader BR ) : bool
SpellInfo2 ( ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Clear() 공개 최종 메소드

public final Clear ( ) : void
리턴 void

GetAllFields() 공개 메소드

public GetAllFields ( ) : List
리턴 List

GetFieldText() 공개 메소드

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

GetFieldValue() 공개 메소드

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

HasField() 공개 메소드

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

LoadField() 보호된 메소드

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

Read() 공개 메소드

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

SpellInfo2() 공개 메소드

public SpellInfo2 ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string