C# 클래스 Extractor_Serializer.Program

The program.
파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 프로퍼티들

프로퍼티 타입 설명
Relations List>
reg System.Text.RegularExpressions.Regex
webClient System.Net.WebClient

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void

The copy stream.

GetData ( string path, Extractor recordtype ) : void

The GetData.

GetVersion ( string path ) : string

ReadItemRelations ( ) : void

비공개 메소드들

메소드 설명
CompactingItemNamesSql ( List ItemNamesSql ) : void

CopyDatafiles ( ) : bool

ExtractIcons ( ) : void
ExtractItemTemplates ( List itemNamesSqls ) : List

ExtractPlayfieldData ( ) : List

ExtractPlayfieldStatels ( List playfields ) : void

GetAOPath ( ) : string

GetItemRelations ( CellAO.Core.Items.ItemTemplate template ) : void

Main ( string args ) : void

The main.

MakeTransparent ( string p ) : void
PrepareItemNamesSQL ( ) : void

ReadNanoFormulas ( ) : List

SetItemRelations ( List rawItemList ) : void

메소드 상세

CopyStream() 공개 정적인 메소드

The copy stream.
public static CopyStream ( Stream input, Stream output ) : void
input Stream /// The input. ///
output Stream /// The output. ///
리턴 void

GetData() 공개 정적인 메소드

The GetData.
public static GetData ( string path, Extractor recordtype ) : void
path string /// The path. ///
recordtype Extractor /// The recordtype. ///
리턴 void

GetVersion() 공개 정적인 메소드

public static GetVersion ( string path ) : string
path string ///
리턴 string

ReadItemRelations() 공개 정적인 메소드

public static ReadItemRelations ( ) : void
리턴 void

프로퍼티 상세

Relations 공개적으로 정적으로 프로퍼티

public static List> Relations
리턴 List>

reg 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions reg
리턴 System.Text.RegularExpressions.Regex

webClient 공개적으로 정적으로 프로퍼티

public static WebClient,System.Net webClient
리턴 System.Net.WebClient