Class CMan
Component Manager
Implements
System.IDisposable
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.Apps.Terminal.Cmdlets
Assembly: Azos.Sky.dll
Syntax
public class CMan : Cmdlet, IDisposable
Constructors
CMan(AppRemoteTerminal, IConfigSectionNode)
Declaration
public CMan(AppRemoteTerminal terminal, IConfigSectionNode args)
Parameters
Type | Name | Description |
---|---|---|
AppRemoteTerminal | terminal | |
IConfigSectionNode | args |
Fields
CONFIG_NAME_ATTR
Declaration
public const string CONFIG_NAME_ATTR = "name"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_PARAM_ATTR
Declaration
public const string CONFIG_PARAM_ATTR = "param"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_SID_ATTR
Declaration
public const string CONFIG_SID_ATTR = "sid"
Field Value
Type | Description |
---|---|
System.String |
CONFIG_VALUE_ATTR
Declaration
public const string CONFIG_VALUE_ATTR = "value"
Field Value
Type | Description |
---|---|
System.String |
Methods
Execute()
Declaration
public override string Execute()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetApplicationComponentBySIDorName(IApplication, IConfigSectionNode)
Declaration
public static ApplicationComponent GetApplicationComponentBySIDorName(IApplication app, IConfigSectionNode args)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app | |
IConfigSectionNode | args |
Returns
Type | Description |
---|---|
ApplicationComponent |
GetHelp()
Declaration
public override string GetHelp()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
System.IDisposable