System.Runtime.Remoting.ComRedirectionProxy.ComRedirectionProxy C# (CSharp) Method

ComRedirectionProxy() private method

private ComRedirectionProxy ( MarshalByRefObject comObject, Type serverType ) : System
comObject System.MarshalByRefObject
serverType System.Type
return System
        internal ComRedirectionProxy(MarshalByRefObject comObject, Type serverType)
        {
            BCLDebug.Assert(serverType.IsCOMObject, "This must be a COM object type.");

            _comObject = comObject;
            _serverType = serverType;
        } // ComRedirectionProxy