NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayWithOffset Constructor

Initializes a new instance of the ArrayWithOffset structure.

[Visual Basic]
Public Sub New( _
   ByVal array As Object, _
   ByVal offset As Integer _
)
[C#]
public ArrayWithOffset(
   object array,
   int offset
);
[C++]
public: ArrayWithOffset(
   Object* array,
   int offset
);
[JScript]
public function ArrayWithOffset(
   array : Object,
   offset : int
);

Parameters

array
A managed array.
offset
The offset, in bytes, of the element to be passed through PInvoke.

See Also

ArrayWithOffset Structure | ArrayWithOffset Members | System.Runtime.InteropServices Namespace