C# Class Yava.FoldersFile.FoldersFileReaderFolder

Afficher le fichier Open project: Beluki/Yava Class Usage Examples

Méthodes publiques

Свойство Type Description
Executable String
Extensions HashSet
Name String
Parameters String
Path String
WorkingDirectory String

Méthodes publiques

Méthode Description
FoldersFileReaderFolder ( ) : System

A folder specification. Used inside FoldersFileReader to gather the data for each folder. Unlike the Folder class this one initializes everything to null and has mutable fields.

Method Details

FoldersFileReaderFolder() public méthode

A folder specification. Used inside FoldersFileReader to gather the data for each folder. Unlike the Folder class this one initializes everything to null and has mutable fields.
public FoldersFileReaderFolder ( ) : System
Résultat System

Property Details

Executable public_oe property

Application to start.
public String Executable
Résultat String

Extensions public_oe property

Extensions to include when searching for files. Can be null when unspecified in the ini file.
public HashSet Extensions
Résultat HashSet

Name public_oe property

Folder name (section in the ini).
public String Name
Résultat String

Parameters public_oe property

Command-line arguments to use when launching the application. Can be null when unspecified in the ini file.
public String Parameters
Résultat String

Path public_oe property

Folder path in the filesystem.
public String Path
Résultat String

WorkingDirectory public_oe property

Initial directory for the application to be started. Can be null when unspecified in the ini file.
public String WorkingDirectory
Résultat String