Свойство | Type | Description | |
---|---|---|---|
Directory | string | ||
Feature | |||
Filter | Predicate |
||
IncludeMask | string |
Méthode | Description | |
---|---|---|
Files ( ) : System |
Initializes a new instance of the Files class.
|
|
Files ( |
Initializes a new instance of the Files class with properties/fields initialized with specified parameters.
|
|
Files ( |
Initializes a new instance of the Files class with properties/fields initialized with specified parameters.
|
|
Files ( string sourcePath ) : System |
Initializes a new instance of the Files class with properties/fields initialized with specified parameters.
|
|
Files ( string sourcePath, Predicate |
Initializes a new instance of the Files class with properties/fields initialized with specified parameters.
|
|
GetAllItems ( string baseDirectory ) : WixEntity[] |
Analyses baseDirectory and returns all files (including subdirectories) matching Files.IncludeMask, which are not matching any Files.ExcludeMasks.
|
public Files ( |
||
feature | ||
sourcePath | string | The relative path to source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
Résultat | System |
public Files ( |
||
feature | ||
sourcePath | string | The relative path to source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
filter | Predicate |
Filter to be applied for every file to be evaluated for the inclusion into MSI.
/// (e.g. |
Résultat | System |
public Files ( string sourcePath ) : System | ||
sourcePath | string | The relative path to source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
Résultat | System |
public Files ( string sourcePath, Predicate |
||
sourcePath | string | The relative path to source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
filter | Predicate |
Filter to be applied for every file to be evaluated for the inclusion into MSI.
/// (e.g. |
Résultat | System |
public GetAllItems ( string baseDirectory ) : WixEntity[] | ||
baseDirectory | string | The base directory for file analysis. It is used in conjunction with
/// relative |
Résultat | WixEntity[] |