Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ReadLine Method / ReadLine() Method


In This Topic
    ReadLine() Method
    In This Topic
    Reads data from the host until a line-feed character is encountered.
    Syntax
    'Declaration
     
    
    Overloads Function ReadLine() As String
    'Usage
     
    
    Dim instance As IScreen
    Dim value As String
     
    value = instance.ReadLine()
    string ReadLine()

    Return Value

    Line of data read from the host (excluding CR/LF characters).
    See Also