Verastream SDK .Net Reference
ScreenUPG Class
Members 



Provides programmatic access to host screens. Supports the following host types: ALC, IBM 3270, IBM 5250, T27, UTS and VT.
Syntax
'Declaration
 
<ProgIdAttribute("ScreenUPG.ScreenUPG")>
<GuidAttribute("7131885E-1373-455a-B00C-67DD7608F0E8")>
<ComSourceInterfacesAttribute("ScreenUPG.IScreenListenerEx")>
<ComVisibleAttribute(True)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public Class ScreenUPG 
   Implements IScreenListenerSource 
'Usage
 
Dim instance As ScreenUPG
[ProgId("ScreenUPG.ScreenUPG")]
[Guid("7131885E-1373-455a-B00C-67DD7608F0E8")]
[ComSourceInterfaces("ScreenUPG.IScreenListenerEx")]
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
public class ScreenUPG : IScreenListenerSource  
[ProgId("ScreenUPG.ScreenUPG")]
[Guid("7131885E-1373-455a-B00C-67DD7608F0E8")]
[ComSourceInterfaces("ScreenUPG.IScreenListenerEx")]
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
public ref class ScreenUPG : public IScreenListenerSource  
Inheritance Hierarchy

System.Object
   ScreenUPG.ScreenUPG

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also