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;
Target address.
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace