Esempio n. 1
0
            protected override ObjectHandle CreateInstanceFromImpl(string assemblyPath, string typeName)
            {
                ThrowIfNotConnected();

                try
                {
                    return(hostService.CreateInstanceFrom(assemblyPath, typeName));
                }
                catch (Exception ex)
                {
                    throw new HostException(Resources.RemoteHost_RemoteException, ex);
                }
            }