Returns an IDispatch interface pointer from a managed object, if the caller is in the same context as that object.
![]()
The IDispatch interface pointer for the specified object, or null if the caller is not in the same context as the specified object.
This method is the same as Marshal.GetIDispatchForObject(object) except that it returns null if the caller is not in the same context as the object.