C# Класс withSIX.Play.Core.Games.Entities.InstalledState

Показать файл Открыть проект

Открытые методы

Метод Описание
InstalledState ( IAbsoluteFilePath executable, IAbsoluteFilePath launchExecutable, IAbsoluteDirectoryPath directory, IAbsoluteDirectoryPath workingDirectory, System.Version version = null, bool isClient = true ) : System

Защищенные методы

Метод Описание
InstalledState ( ) : System

Описание методов

InstalledState() защищенный Метод

protected InstalledState ( ) : System
Результат System

InstalledState() публичный Метод

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
Результат System