C# Class Mr.Shipper.Program

Exibir arquivo Open project: RHY3756547/FreeSO

Private Properties

Property Type Description
AddFilesFromDir void
GenerateAppearancesDatabase void
GenerateBindingsDatabase void
GenerateCitiesDatabase void
GenerateCollectionsDatabase void
GenerateHandGroupsDatabase void
GenerateMeshDatabase void
GenerateOutfitsDatabase void
GeneratePurchasablesDatabase void
GenerateTexturesDatabase void
GenerateThumbnailsDatabase void
GenerateUIGraphicsDatabase void
IsWow64Process bool
Main void

Public Methods

Method Description
InternalCheckIsWow64 ( ) : bool

Private Methods

Method Description
AddFilesFromDir ( string EntryDir, string Filetype, string>.Dictionary &Entries ) : void

Adds files from a specified directory to a dictionary of entries.

GenerateAppearancesDatabase ( ) : void
GenerateBindingsDatabase ( ) : void
GenerateCitiesDatabase ( ) : void
GenerateCollectionsDatabase ( ) : void
GenerateHandGroupsDatabase ( ) : void
GenerateMeshDatabase ( ) : void
GenerateOutfitsDatabase ( ) : void
GeneratePurchasablesDatabase ( ) : void
GenerateTexturesDatabase ( ) : void
GenerateThumbnailsDatabase ( ) : void
GenerateUIGraphicsDatabase ( ) : void

Generates a database of the files in the uigraphics folder, as well as a *.cs file with an enumeration of the same files and their corresponding FileIDs.

IsWow64Process ( [ hProcess, [ wow64Process ) : bool
Main ( string args ) : void

Method Details

InternalCheckIsWow64() public static method

public static InternalCheckIsWow64 ( ) : bool
return bool