Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface > ReadLine Method : ReadLine(Int32,ReadOption,Boolean) Method |
'Declaration
Overloads Function ReadLine( _ ByVal timeout As Integer, _ ByVal option As ReadOption, _ ByRef sawEndOfLine As Boolean _ ) As String
'Usage
Dim instance As IScreen Dim timeout As Integer Dim option As ReadOption Dim sawEndOfLine As Boolean Dim value As String value = instance.ReadLine(timeout, option, sawEndOfLine)
string ReadLine( int timeout, ReadOption option, out bool sawEndOfLine )