C# Class withSIX.Play.Core.Games.Entities.InstalledState

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
InstalledState ( IAbsoluteFilePath executable, IAbsoluteFilePath launchExecutable, IAbsoluteDirectoryPath directory, IAbsoluteDirectoryPath workingDirectory, System.Version version = null, bool isClient = true ) : System

Protected Methods

Method Description
InstalledState ( ) : System

Method Details

InstalledState() protected method

protected InstalledState ( ) : System
return System

InstalledState() public method

public InstalledState ( IAbsoluteFilePath executable, IAbsoluteFilePath launchExecutable, IAbsoluteDirectoryPath directory, IAbsoluteDirectoryPath workingDirectory, System.Version version = null, bool isClient = true ) : System
executable IAbsoluteFilePath
launchExecutable IAbsoluteFilePath
directory IAbsoluteDirectoryPath
workingDirectory IAbsoluteDirectoryPath
version System.Version
isClient bool
return System