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


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHInt64 Structure > Write Method : Write(Int64,Byte[],Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function Write( _
   ByVal value As Long, _
   ByVal buffer() As Byte, _
   ByVal offset As Integer _
) As Integer
'Usage
 
Dim value As Long
Dim buffer() As Byte
Dim offset As Integer
Dim value As Integer
 
value = SSHInt64.Write(value, buffer, offset)
public static int Write( 
   long 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

SSHInt64 Structure
SSHInt64 Members
Overload List