C# Class MapServer.VerPacket

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
isVer bool
mListData List
mListName List
m_sPath String
mnVer int

Public Methods

Method Description
DownVerPack ( String url ) : bool
InitPacket ( byte data ) : void
LoadFileToBytes ( String file ) : byte[]
LoadFileToText ( String file ) : String
VerPacket ( String verpacketpath = "" ) : System

Method Details

DownVerPack() public method

public DownVerPack ( String url ) : bool
url String
return bool

InitPacket() public method

public InitPacket ( byte data ) : void
data byte
return void

LoadFileToBytes() public method

public LoadFileToBytes ( String file ) : byte[]
file String
return byte[]

LoadFileToText() public method

public LoadFileToText ( String file ) : String
file String
return String

VerPacket() public method

public VerPacket ( String verpacketpath = "" ) : System
verpacketpath String
return System

Property Details

isVer public property

public bool isVer
return bool

mListData public property

public List mListData
return List

mListName public property

public List mListName
return List

m_sPath public property

public String m_sPath
return String

mnVer public property

public int mnVer
return int