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.AddrOfDelegate

Returns the address of a previously pinned delegate object.

[Visual Basic]
Public Shared Function AddrOfDelegate( _
   ByVal root As Integer _
) As Integer
[C#]
public static int AddrOfDelegate(
   int root
);
[C++]
public: static int AddrOfDelegate(
   int root
);
[JScript]
public static function AddrOfDelegate(
   root : int
) : int;

Parameters

root
Root handle for the delegate of interest.

Return Value

Target address.

See Also

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