ArrayWithOffset(Object, Int32) コンストラクター

定義

ArrayWithOffset構造体の新しいインスタンスを初期化します。

public:
 ArrayWithOffset(System::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) を超えています。

適用対象