C# Class withSIX.Steam.Core.SteamLauncher

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
DetectSteamRunning ( ) : void
DetectSteamRunningByMainModule ( ) : void
IsValid ( ) : bool
StartSteamIfRequired ( ) : bool
SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
TryDetectSteamRunning ( ) : void

Private Methods

Méthode Description
GetSteamProcesses ( ) : System.Diagnostics.Process[]
IsSteamMainModule ( Process p ) : bool
IsSteamStartRequired ( ) : bool
StartSteam ( ) : bool
TryStartSteam ( ) : void
WaitForSteamProcess ( ) : void

Method Details

DetectSteamRunning() public méthode

public DetectSteamRunning ( ) : void
Résultat void

DetectSteamRunningByMainModule() public méthode

public DetectSteamRunningByMainModule ( ) : void
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

StartSteamIfRequired() public méthode

public StartSteamIfRequired ( ) : bool
Résultat bool

SteamLauncher() public méthode

public SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
steamPath IAbsoluteDirectoryPath
Résultat System

TryDetectSteamRunning() public méthode

public TryDetectSteamRunning ( ) : void
Résultat void