C# Класс ZeroInstall.Hooking.RelaunchControl

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CommandPathCli string
CommandPathGui string

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

Метод Описание
RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System

Creates a new relaunch control object.

Приватные методы

Метод Описание
GetCurrentEntry ( ) : RelaunchEntry

Locates the correct entry for the current process.

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

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

Creates a new relaunch control object.
public RelaunchControl ( IEnumerable entries, string commandPathGui, string commandPathCli ) : System
entries IEnumerable A list of entries describing how to relaunch individual commands.
commandPathGui string The fully qualified path of the Zero Install Command GUI executable.
commandPathCli string The fully qualified path of the Zero Install Command CLI executable.
Результат System

Описание свойств

CommandPathCli публичное свойство

The fully qualified path of the Zero Install Command Cli executable.
public string CommandPathCli
Результат string

CommandPathGui публичное свойство

The fully qualified path of the Zero Install Command GUI executable.
public string CommandPathGui
Результат string