Returns an IDispatch interface from a managed object.
[Visual Basic] Public Shared Function GetIDispatchForObject( _ ByVal o As Object _ ) As Integer [C#] public static int GetIDispatchForObject( object o ); [C++] public: static int GetIDispatchForObject( Object* o ); [JScript] public static function GetIDispatchForObject( o : Object ) : int;
The IDispatch* for an Object.
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace