Xceed .NET Libraries Documentation
Write(Int32,Byte[],Int32) Method


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHUInt32 Structure > Write Method : Write(Int32,Byte[],Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function Write( _
   ByVal value As Integer, _
   ByVal buffer() As Byte, _
   ByVal offset As Integer _
) As Integer
'Usage
 
Dim value As Integer
Dim buffer() As Byte
Dim offset As Integer
Dim value As Integer
 
value = SSHUInt32.Write(value, buffer, offset)
public static int Write( 
   int value,
   byte[] buffer,
   int offset
)

Parameters

value
buffer
offset
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