Class TerminalUtils
Provides helper methods for working with/implementing IRemoteTerminal
Inheritance
System.Object
TerminalUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky
Assembly: Azos.Sky.dll
Syntax
public static class TerminalUtils
Methods
ParseCommand(String, IEnvironmentVariableResolver)
Parses command string into config node
Declaration
public static Configuration ParseCommand(string command, IEnvironmentVariableResolver resolver = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | |
IEnvironmentVariableResolver | resolver |
Returns
Type | Description |
---|---|
Configuration |
ShowRemoteException(RemoteException)
Declaration
public static void ShowRemoteException(RemoteException exception)
Parameters
Type | Name | Description |
---|---|---|
RemoteException | exception |
ShowRemoteExceptionData(WrappedExceptionData, Int32)
Declaration
public static void ShowRemoteExceptionData(WrappedExceptionData data, int lvl)
Parameters
Type | Name | Description |
---|---|---|
WrappedExceptionData | data | |
System.Int32 | lvl |