Xceed .NET Libraries Documentation
TryRead(Stream,Int32,Int32) Method


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHUInt32 Structure > TryRead Method : TryRead(Stream,Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function TryRead( _
   ByVal stream As Stream, _
   ByRef value As Integer, _
   ByRef count As Integer _
) As Boolean
'Usage
 
Dim stream As Stream
Dim value As Integer
Dim count As Integer
Dim value As Boolean
 
value = SSHUInt32.TryRead(stream, value, count)
public static bool TryRead( 
   Stream stream,
   out int value,
   ref int count
)

Parameters

stream
value
count
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

Reference

SSHUInt32 Structure
SSHUInt32 Members
Overload List