C# Class POLLaunch.Config.Configuration

ファイルを表示 Open project: polserver/poltools

Public Properties

Property Type Description
ecompile_exe_path string
pol_exe_path string
pol_path string
uo_path string
uoconvert_exe_path string

Public Methods

Method Description
Configuration ( ) : System
LoadConfiguration ( ) : void
SaveConfiguration ( ) : void

Method Details

Configuration() public method

public Configuration ( ) : System
return System

LoadConfiguration() public method

public LoadConfiguration ( ) : void
return void

SaveConfiguration() public method

public SaveConfiguration ( ) : void
return void

Property Details

ecompile_exe_path public_oe property

public string ecompile_exe_path
return string

pol_exe_path public_oe property

public string pol_exe_path
return string

pol_path public_oe property

public string pol_path
return string

uo_path public_oe property

public string uo_path
return string

uoconvert_exe_path public_oe property

public string uoconvert_exe_path
return string