C# 클래스 withSIX.Steam.Core.SteamLauncher

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
DetectSteamRunning ( ) : void
DetectSteamRunningByMainModule ( ) : void
IsValid ( ) : bool
StartSteamIfRequired ( ) : bool
SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
TryDetectSteamRunning ( ) : void

비공개 메소드들

메소드 설명
GetSteamProcesses ( ) : System.Diagnostics.Process[]
IsSteamMainModule ( Process p ) : bool
IsSteamStartRequired ( ) : bool
StartSteam ( ) : bool
TryStartSteam ( ) : void
WaitForSteamProcess ( ) : void

메소드 상세

DetectSteamRunning() 공개 메소드

public DetectSteamRunning ( ) : void
리턴 void

DetectSteamRunningByMainModule() 공개 메소드

public DetectSteamRunningByMainModule ( ) : void
리턴 void

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

StartSteamIfRequired() 공개 메소드

public StartSteamIfRequired ( ) : bool
리턴 bool

SteamLauncher() 공개 메소드

public SteamLauncher ( IAbsoluteDirectoryPath steamPath ) : System
steamPath IAbsoluteDirectoryPath
리턴 System

TryDetectSteamRunning() 공개 메소드

public TryDetectSteamRunning ( ) : void
리턴 void