System.Runtime.Remoting.ComRedirectionProxy.ComRedirectionProxy C# (CSharp) Метод

ComRedirectionProxy() приватный Метод

private ComRedirectionProxy ( MarshalByRefObject comObject, Type serverType ) : System
comObject System.MarshalByRefObject
serverType System.Type
Результат System
        internal ComRedirectionProxy(MarshalByRefObject comObject, Type serverType)
        {
            BCLDebug.Assert(serverType.IsCOMObject, "This must be a COM object type.");

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