Class ExtraSystem
Top-level object, providing access to all objects in E2V.
Implements
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
[Guid("C564D379-A880-4227-A6DE-05478541C5A1")]
public class ExtraSystem : System
Constructors
ExtraSystem()
Top-level object, providing access to all objects in E2V.
Declaration
public ExtraSystem()
Properties
Application
Returns the System object. Read-only.
Declaration
public System Application { get; }
Property Value
Type | Description |
---|---|
System |
Parent
Returns the parent of the specified object. Read-only.
Declaration
public System Parent { get; }
Property Value
Type | Description |
---|---|
System |
Sessions
Returns the Sessions collection. Read-only.
Declaration
public Sessions Sessions { get; }
Property Value
Type | Description |
---|---|
Sessions |
TimeoutValue
Sets or returns the timeout interval (or default timeout interval) in milliseconds used by WaitHostQuiet, WaitForCursor, and WaitForString. Read-write.
Declaration
public int TimeoutValue { get; set; }
Property Value
Type | Description |
---|---|
int |
Version
Returns a string identifying the version of the VHI connector. Read-only.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
string |