Copies an array of int16s from managed heap to native heap.
[Visual Basic] Overloads Public Shared Sub Copy( _ ByVal source() As Short, _ ByVal startIndex As Integer, _ ByVal destination As Integer, _ ByVal length As Integer _ ) [C#] public static void Copy( short[] source, int startIndex, int destination, int length ); [C++] public: static void Copy( short* source[], int startIndex, int destination, int length ); [JScript] public static function Copy( source : Int16[], startIndex : int, destination : int, length : int );
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.Copy Overload List