C# Класс WixSharp.Controls.ShowDialog

Defines T:WixSharp.DialogAction for showing MSI dialog.
Наследование: DialogAction
Показать файл Открыть проект

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

Метод Описание
ShowDialog ( string dialogName, System.Condition condition ) : System

Initializes a new instance of the ShowDialog class.

ShowDialog ( string dialogName, string condition = "1" ) : System

Initializes a new instance of the ShowDialog class.

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

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

Initializes a new instance of the ShowDialog class.
public ShowDialog ( string dialogName, System.Condition condition ) : System
dialogName string Name of the dialog.
condition System.Condition The condition.
Результат System

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

Initializes a new instance of the ShowDialog class.
public ShowDialog ( string dialogName, string condition = "1" ) : System
dialogName string Name of the dialog.
condition string The condition.
Результат System