ArrayWithOffset 構造体の新しいインスタンスを初期化します。
Public Sub New( _
ByVal array As Object, _ ByVal offset As Integer _)
[C#]
public ArrayWithOffset(
objectarray,intoffset);
[C++]
public: ArrayWithOffset(
Object* array,intoffset);
[JScript]
public function ArrayWithOffset(
array : Object,offset : int);
パラメータ
- array
マネージ配列。 - offset
プラットフォーム呼び出しによって渡される要素のオフセット (バイト単位)。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ArrayWithOffset 構造体 | ArrayWithOffset メンバ | System.Runtime.InteropServices 名前空間