NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.Copy (Byte[], Int32, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub Copy( _
   ByVal source() As Byte, _
   ByVal startIndex As Integer, _
   ByVal destination As Integer, _
   ByVal length As Integer _
)
[C#]
public static void Copy(
   byte[] source,
   int startIndex,
   int destination,
   int length
);
[C++]
public: static void Copy(
   unsigned char* source[],
   int startIndex,
   int destination,
   int length
);
[JScript]
public static function Copy(
   source : Byte[],
   startIndex : int,
   destination : int,
   length : int
);

Parameters

source
[To be supplied.]
startIndex
[To be supplied.]
destination
[To be supplied.]
length
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.Copy Overload List