Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Get information about the currently active configuration. More...
Properties | |
string | PathToMethods [get] |
Full path to the standard method folder chosen by the user. Can be null or empty. | |
string | PathToSampleLists [get] |
Full path to the standard sample list folder chosen by the user. Can be null or empty. | |
string | PathToInstrumentConfig [get] |
Full path to the folder where the active Chronos instrument configuration is stored. | |
IReadOnlyList< ITrayInfo > | Trays [get] |
Some general information about the configured trays and other accessible objects. | |
Get information about the currently active configuration.
Definition at line 232 of file Helpers.cs.
|
get |
Full path to the folder where the active Chronos instrument configuration is stored.
Definition at line 251 of file Helpers.cs.
|
get |
Full path to the standard method folder chosen by the user. Can be null or empty.
Do not buffer this value at plugin load time, because the settings have not been loaded at that point.
Definition at line 240 of file Helpers.cs.
|
get |
Full path to the standard sample list folder chosen by the user. Can be null or empty.
Do not buffer this value at plugin load time, because the settings have not been loaded at that point.
Definition at line 247 of file Helpers.cs.
|
get |
Some general information about the configured trays and other accessible objects.
Definition at line 255 of file Helpers.cs.