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. |
Version
Gets the version of the emulator.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
GetProcessBuilder()
Gets a IProcess
Declaration
IProcessBuilder GetProcessBuilder()
Returns
Type | Description |
---|---|
IProcess |
A IProcess |