| BenchConfigurationGetConfigurationFiles Method |
Lists the configuration files of the Bench environment.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public ConfigurationFile[] GetConfigurationFiles(
ConfigurationFileType type = ConfigurationFileType.All,
bool actuallyLoaded = false,
bool mustExist = true
)
Public Function GetConfigurationFiles (
Optional type As ConfigurationFileType = ConfigurationFileType.All,
Optional actuallyLoaded As Boolean = false,
Optional mustExist As Boolean = true
) As ConfigurationFile()
Parameters
- type (Optional)
- Type: Mastersign.BenchConfigurationFileType
The kind of files to list. - actuallyLoaded (Optional)
- Type: SystemBoolean
If true, only files which are actually loaded
by this instance are listed. - mustExist (Optional)
- Type: SystemBoolean
If true, only existing files are listed;
otherwise optional and non existing files are listed to.
Return Value
Type:
ConfigurationFileA list with configuration file descriptors.
See Also