 | EnvironmentManager Constructor |
Create this instance with a specific database and drivers.
Do not use this function if you already gave the paths in the constructor.
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:15 UTC
Syntaxpublic EnvironmentManager(
string databasePath,
string driversPath
)
public:
EnvironmentManager(
String^ databasePath,
String^ driversPath
)
Parameters
- databasePath
- Type: SystemString
The full path of the database folder. - driversPath
- Type: SystemString
The full path of the drivers folder.
Exceptions
See Also