C# Class EddiNetLogMonitor.Finder

Exibir arquivo Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
DefLauncherPath string
DefProductsPath string

Public Methods

Method Description
CreateAppConfigLocal ( string path ) : bool
FindInstallationPaths ( ) : List
GetPathFromProcess ( ) : List
IsVerboseLoggingEnabled ( string installPath, string filename ) : bool
IsVerboseLoggingEnabled ( string installPath ) : bool?

Private Methods

Method Description
FindLauncherPath ( ) : string
FindProductsPath ( ) : string
FindSteamPath ( ) : string
WaitForProcessStart ( ) : void

Method Details

CreateAppConfigLocal() public method

public CreateAppConfigLocal ( string path ) : bool
path string
return bool

FindInstallationPaths() public method

public FindInstallationPaths ( ) : List
return List

GetPathFromProcess() public method

public GetPathFromProcess ( ) : List
return List

IsVerboseLoggingEnabled() public method

public IsVerboseLoggingEnabled ( string installPath, string filename ) : bool
installPath string
filename string
return bool

IsVerboseLoggingEnabled() public method

public IsVerboseLoggingEnabled ( string installPath ) : bool?
installPath string
return bool?

Property Details

DefLauncherPath public_oe static_oe property

public static string DefLauncherPath
return string

DefProductsPath public_oe static_oe property

public static string DefProductsPath
return string