Interface IUnrecognizedScreenEvent
Unrecognized screen event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IUnrecognizedScreenEvent : IHostSessionEvent, IModelEvent, IEvent
Remarks
Unrecognized screen event information. See UnrecognizedScreen(IUnrecognizedScreenEvent).
Properties
Screen
Gets the contents of the unrecognized screen.
Declaration
IRectangularTerminalRegion Screen { get; }
Property Value
Type | Description |
---|---|
IRectangularTerminalRegion | The contents of the terminal screen. |