Initializes a new instance of the EnvironmentReference class with a specified path to an Assembly file, name of an IEnvironment, and path to an initialization file.
If no initializationFile is given, the default initialization file returned by DefaultInitializationFile will be used.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | Thrown when either assemblyPath or environmentName are null. |
| ArgumentException | Thrown when either assemblyPath or environmentName are empty. |
EnvironmentReference Class | GeneticProgrammingEngine.Internal Namespace | EnvironmentReference Class | CreateEnvironments Method