Interface IEmulatorExecutableProvider
Provides access to loaded IEmulator
Namespace: Snowflake.Orchestration.Process
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IEmulatorExecutableProvider
Methods
GetEmulator(String)
Gets any emulator with a matching name.
Declaration
IEmulatorExecutable GetEmulator(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the emulator. |
Returns
Type | Description |
---|---|
IEmulator |
An IEmulator |
GetEmulator(String, Version)
Gets an emulator with the matching name and closest major version.
Declaration
IEmulatorExecutable GetEmulator(string name, Version semver)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the emulator. |
System. |
semver | The requested version of the emulator. |
Returns
Type | Description |
---|---|
IEmulator |
An IEmulator |