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

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

공개 메소드들

메소드 설명
GetLegacyLaunchInfo ( uint steamID, string arguments ) : ProcessStartInfo
InjectSteamOverlay ( uint steamID, int gamePid ) : void
SteamAppLauncher ( SteamLauncher steamLauncher ) : System

메소드 상세

GetLegacyLaunchInfo() 공개 메소드

public GetLegacyLaunchInfo ( uint steamID, string arguments ) : ProcessStartInfo
steamID uint
arguments string
리턴 System.Diagnostics.ProcessStartInfo

InjectSteamOverlay() 공개 메소드

public InjectSteamOverlay ( uint steamID, int gamePid ) : void
steamID uint
gamePid int
리턴 void

SteamAppLauncher() 공개 메소드

public SteamAppLauncher ( SteamLauncher steamLauncher ) : System
steamLauncher SteamLauncher
리턴 System