Interface System
Top-level object, providing access to all objects in E2V.
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
[ComVisible(true)]
public interface System
Properties
Application
Returns the System object. Read-only.
Declaration
System Application { get; }
Property Value
| Type | Description |
|---|---|
| System |
Parent
Returns the parent of the specified object. Read-only.
Declaration
System Parent { get; }
Property Value
| Type | Description |
|---|---|
| System |
Sessions
Returns the Sessions collection. Read-only.
Declaration
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
int TimeoutValue { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Version
Returns a string identifying the version of the VHI connector. Read-only.
Declaration
string Version { get; }
Property Value
| Type | Description |
|---|---|
| string |