Class Command
common superclass for VHI Commands.
Inheritance
Command
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public abstract class Command
Properties
Name
get the name of the VHI Command.
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
isValidEchoType(int)
Checks that an echo type parameter is valid.
Declaration
protected virtual bool isValidEchoType(int echoType)
Parameters
Type | Name | Description |
---|---|---|
int | echoType | echo type to test |
Returns
Type | Description |
---|---|
bool | true if the echo type is valid |