Provides programmatic access to host screens. Supports the following host types: ALC, IBM 3270, IBM 5250, T27, UTS and VT.
Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)
Syntax
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True), _ GuidAttribute("7131885E-1373-455a-B00C-67DD7608F0E8"), _ ProgIdAttribute("ScreenUPG.ScreenUPG"), _ ClassInterfaceAttribute(ClassInterfaceType.None), _ ComSourceInterfacesAttribute(GetType(IScreenListenerEx))> Public Class ScreenUPG Implements IScreenListenerSource |
C# |
---|
[ComVisibleAttribute(True)] [GuidAttribute("7131885E-1373-455a-B00C-67DD7608F0E8")] [ProgIdAttribute("ScreenUPG.ScreenUPG")] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComSourceInterfacesAttribute(typeof(IScreenListenerEx))] public class ScreenUPG : IScreenListenerSource |
C++ |
---|
[ComVisibleAttribute(True)] [GuidAttribute(L"7131885E-1373-455a-B00C-67DD7608F0E8")] [ProgIdAttribute(L"ScreenUPG.ScreenUPG")] [ClassInterfaceAttribute(ClassInterfaceType::None)] [ComSourceInterfacesAttribute(typeof(IScreenListenerEx))] ref class ScreenUPG : IScreenListenerSource |
J# |
---|
/** @attribute ComVisibleAttribute(True) */ /** @attribute GuidAttribute("7131885E-1373-455a-B00C-67DD7608F0E8") */ /** @attribute ProgIdAttribute("ScreenUPG.ScreenUPG") */ /** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ /** @attribute ComSourceInterfacesAttribute(typeof(IScreenListenerEx)) */ public class ScreenUPG implements IScreenListenerSource |
JScript |
---|
public ComVisibleAttribute(True) GuidAttribute("7131885E-1373-455a-B00C-67DD7608F0E8") ProgIdAttribute("ScreenUPG.ScreenUPG") ClassInterfaceAttribute(ClassInterfaceType.None) ComSourceInterfacesAttribute(typeof(IScreenListenerEx)) class ScreenUPG extends IScreenListenerSource |
Inheritance Hierarchy
System.Object
ScreenUPG.ScreenUPG
ScreenUPG.ScreenUPG
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.