C# Class withSIX.Steam.Core.SteamAppLauncher

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
GetLegacyLaunchInfo ( uint steamID, string arguments ) : ProcessStartInfo
InjectSteamOverlay ( uint steamID, int gamePid ) : void
SteamAppLauncher ( SteamLauncher steamLauncher ) : System

Method Details

GetLegacyLaunchInfo() public method

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

InjectSteamOverlay() public method

public InjectSteamOverlay ( uint steamID, int gamePid ) : void
steamID uint
gamePid int
return void

SteamAppLauncher() public method

public SteamAppLauncher ( SteamLauncher steamLauncher ) : System
steamLauncher SteamLauncher
return System