.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class ExtraSystem

Top-level object, providing access to all objects in E2V.

Inheritance
object
ExtraSystem
Implements
System
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
See Also
GetVersionString()

Implements

System
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved