C# 클래스 MapServer.VerPacket

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isVer bool
mListData List
mListName List
m_sPath String
mnVer int

공개 메소드들

메소드 설명
DownVerPack ( String url ) : bool
InitPacket ( byte data ) : void
LoadFileToBytes ( String file ) : byte[]
LoadFileToText ( String file ) : String
VerPacket ( String verpacketpath = "" ) : System

메소드 상세

DownVerPack() 공개 메소드

public DownVerPack ( String url ) : bool
url String
리턴 bool

InitPacket() 공개 메소드

public InitPacket ( byte data ) : void
data byte
리턴 void

LoadFileToBytes() 공개 메소드

public LoadFileToBytes ( String file ) : byte[]
file String
리턴 byte[]

LoadFileToText() 공개 메소드

public LoadFileToText ( String file ) : String
file String
리턴 String

VerPacket() 공개 메소드

public VerPacket ( String verpacketpath = "" ) : System
verpacketpath String
리턴 System

프로퍼티 상세

isVer 공개적으로 프로퍼티

public bool isVer
리턴 bool

mListData 공개적으로 프로퍼티

public List mListData
리턴 List

mListName 공개적으로 프로퍼티

public List mListName
리턴 List

m_sPath 공개적으로 프로퍼티

public String m_sPath
리턴 String

mnVer 공개적으로 프로퍼티

public int mnVer
리턴 int