Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

getScreen Method

Scroll Prev Top Next More

 

Return the current screen as a HostScreen object.

 

HostScreen HostConnection.getScreen();

 

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

Remarks

 

Use the getScreen method when creating a new HostScreen object. Note that the HostScreen object is not instantiated using the New keyword when it is declared. The getScreen method instantiates the objScr object variable.

 

The following c# example shows how to create a HostScreen object:

 

 HostConnection oConn=new HostConnection();

 oConn.hostName = "Insure";

 oConn.connect("standard");

 HostScreen oScreen = oConn.getScreen();

 

Requirements

 

Inventu Viewer+

 

See Also

 

HostScreen

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation