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!

Marshal.UnsafeAddrOfPinnedArrayElement

[To be supplied.]

[Visual Basic]
Public Shared Function UnsafeAddrOfPinnedArrayElement( _
   ByVal arr As Array, _
   ByVal index As Integer _
) As Integer
[C#]
public static int UnsafeAddrOfPinnedArrayElement(
   Array arr,
   int index
);
[C++]
public: static int UnsafeAddrOfPinnedArrayElement(
   Array* arr,
   int index
);
[JScript]
public static function UnsafeAddrOfPinnedArrayElement(
   arr : Array,
   index : int
) : int;

Parameters

arr
[To be supplied.]
index
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace