Interface IEmulatorExecutable
Represents an external emulator that can be called using the operating system shell.
Namespace: Snowflake.Orchestration.Process
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IEmulatorExecutable
Properties
EmulatorName
Gets the name of the emulator.
Declaration
string EmulatorName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Gets the version of the emulator.
Declaration
Version Version { get; }
Property Value
| Type | Description |
|---|---|
| System.Version |
Methods
GetProcessBuilder()
Gets a IProcessBuilder that can be used to start this emulator.
Declaration
IProcessBuilder GetProcessBuilder()
Returns
| Type | Description |
|---|---|
| IProcessBuilder | A IProcessBuilder that can be used to start this emulator. |