コード例 #1
0
ファイル: Interop.manual.cs プロジェクト: tijoytom/corert
 public static void Copy(IntPtr source, byte[] destination, int startIndex, int length)
 {
     InteropExtensions.CopyToManaged(source, destination, startIndex, length);
 }