C# Class withSIX.Steam.Core.SteamLauncher

Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
DetectSteamRunning ( ) : void
DetectSteamRunningByMainModule ( ) : void
IsValid ( ) : bool
StartSteamIfRequired ( ) : bool
SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
TryDetectSteamRunning ( ) : void

Private Methods

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

Method Details

DetectSteamRunning() public method

public DetectSteamRunning ( ) : void
return void

DetectSteamRunningByMainModule() public method

public DetectSteamRunningByMainModule ( ) : void
return void

IsValid() public method

public IsValid ( ) : bool
return bool

StartSteamIfRequired() public method

public StartSteamIfRequired ( ) : bool
return bool

SteamLauncher() public method

public SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
steamPath IAbsoluteDirectoryPath
return System

TryDetectSteamRunning() public method

public TryDetectSteamRunning ( ) : void
return void