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