C# Class Yava.FoldersFile.FoldersFileReaderFolder

显示文件 Open project: Beluki/Yava Class Usage Examples

Public Properties

Property Type Description
Executable String
Extensions HashSet
Name String
Parameters String
Path String
WorkingDirectory String

Public Methods

Method 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 method

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
return System

Property Details

Executable public_oe property

Application to start.
public String Executable
return String

Extensions public_oe property

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

Name public_oe property

Folder name (section in the ini).
public String Name
return 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
return String

Path public_oe property

Folder path in the filesystem.
public String Path
return 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
return String