C# Class WixSharp.BinaryFileAction

Defines WiX BinaryFileAction for executing binary (not installed) file.
Inheritance: Action
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
Args string
Key string

Méthodes publiques

Méthode Description
BinaryFileAction ( Id id, string key, string args ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

BinaryFileAction ( Id id, string key, string args, Return returnType, When when, Step step, Condition condition ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

BinaryFileAction ( Id id, string key, string args, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

BinaryFileAction ( string key, string args ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

BinaryFileAction ( string key, string args, Return returnType, When when, Step step, Condition condition ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

BinaryFileAction ( string key, string args, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence ) : System

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.

Method Details

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( Id id, string key, string args ) : System
id Id The explicit to be associated with instance.
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
Résultat System

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( Id id, string key, string args, Return returnType, When when, Step step, Condition condition ) : System
id Id The explicit to be associated with instance.
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
Résultat System

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( Id id, string key, string args, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence ) : System
id Id The explicit to be associated with instance.
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
sequence WixSharp.Sequence The MSI sequence the action belongs to.
Résultat System

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( string key, string args ) : System
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
Résultat System

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( string key, string args, Return returnType, When when, Step step, Condition condition ) : System
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
Résultat System

BinaryFileAction() public méthode

Initializes a new instance of the BinaryFileAction class with properties/fields initialized with specified parameters.
public BinaryFileAction ( string key, string args, Return returnType, When when, Step step, Condition condition, WixSharp.Sequence sequence ) : System
key string The key (file name) of the installed file to be executed.
args string The arguments to be passed to the file during the execution.
returnType Return The return type of the action.
when When the action should be executed with respect to the parameter.
step Step the action should be executed before/after during the installation.
condition Condition The launch condition for the .
sequence WixSharp.Sequence The MSI sequence the action belongs to.
Résultat System

Property Details

Args public_oe property

The arguments to be passed to the file during the execution.
public string Args
Résultat string

Key public_oe property

The key (file name) of the installed file to be executed.
public string Key
Résultat string