ArrayWithOffset(Object, Int32) 建構函式

定義

初始化結構的新實例 ArrayWithOffset

public:
 ArrayWithOffset(System::Object ^ array, int offset);
public ArrayWithOffset(object array, int offset);
public ArrayWithOffset(object? array, int offset);
new System.Runtime.InteropServices.ArrayWithOffset : obj * int -> System.Runtime.InteropServices.ArrayWithOffset
Public Sub New (array As Object, offset As Integer)

參數

array
Object

一個受控陣列。

offset
Int32

要通過平台調用的元素的位元組位元組。

例外狀況

陣列容量大於 2 GB。

適用於