Returns an tp://go.microsoft.com/fwlink/?LinkId=148003 interface from a managed object, if the caller is in the same context as that object.
![]()
The IUnknown 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.GetIUnknownForObject(object) except that it returns null if the caller is not in the same context as the object.