21 return Marshal.InternalWrapIUnknownWithComObject(punk);
32 return new ConstructorReturnMessage(retObj,
null, 0,
null, ctorMsg);
46 Marshal.InternalSwitchCCW(transparentProxy, transparentProxy2);
Represents the construction call request of an object.
Provides base functionality for proxies.
static IConstructionReturnMessage CreateConstructionReturnMessage(IConstructionCallMessage ctorMsg, MarshalByRefObject retObj)
Constructs a T:System.Runtime.Remoting.Messaging.ReturnMessage from the specified T:System....
Identifies a T:System.Runtime.Remoting.Messaging.IMethodReturnMessage that is returned after attempti...
A platform-specific type that is used to represent a pointer or a handle.
static object WrapIUnknownWithComObject(IntPtr punk)
Wraps the specified IUnknown COM interface with a Runtime Callable Wrapper (RCW).
Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks,...
virtual object GetTransparentProxy()
Returns the transparent proxy for the current instance of T:System.Runtime.Remoting....
Provides several methods for using and publishing remoted objects and proxies. This class cannot be i...
Provides APIs that are needed for communication and operation with unmanaged classes outside of the T...
static void SwitchWrappers(RealProxy oldcp, RealProxy newcp)
Switches a COM Callable Wrapper (CCW) from one instance of a class to another instance of the same cl...
Enables access to objects across application domain boundaries in applications that support remoting.