C# Class EddiNetLogMonitor.Finder

Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Méthodes publiques

Свойство Type Description
DefLauncherPath string
DefProductsPath string

Méthodes publiques

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

Private Methods

Méthode Description
FindLauncherPath ( ) : string
FindProductsPath ( ) : string
FindSteamPath ( ) : string
WaitForProcessStart ( ) : void

Method Details

CreateAppConfigLocal() public méthode

public CreateAppConfigLocal ( string path ) : bool
path string
Résultat bool

FindInstallationPaths() public méthode

public FindInstallationPaths ( ) : List
Résultat List

GetPathFromProcess() public méthode

public GetPathFromProcess ( ) : List
Résultat List

IsVerboseLoggingEnabled() public méthode

public IsVerboseLoggingEnabled ( string installPath, string filename ) : bool
installPath string
filename string
Résultat bool

IsVerboseLoggingEnabled() public méthode

public IsVerboseLoggingEnabled ( string installPath ) : bool?
installPath string
Résultat bool?

Property Details

DefLauncherPath public_oe static_oe property

public static string DefLauncherPath
Résultat string

DefProductsPath public_oe static_oe property

public static string DefProductsPath
Résultat string