RegistrationHelper Classe
Definição
Instala e configura assemblies no catálogo COM+.Installs and configures assemblies in the COM+ catalog. Essa classe não pode ser herdada.This class cannot be inherited.
public ref class RegistrationHelper sealed : MarshalByRefObject, System::EnterpriseServices::IRegistrationHelper
[System.Runtime.InteropServices.Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")]
public sealed class RegistrationHelper : MarshalByRefObject, System.EnterpriseServices.IRegistrationHelper
[<System.Runtime.InteropServices.Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")>]
type RegistrationHelper = class
inherit MarshalByRefObject
interface IRegistrationHelper
Public NotInheritable Class RegistrationHelper
Inherits MarshalByRefObject
Implements IRegistrationHelper
- Herança
- Atributos
- Implementações
Comentários
RegistrationHelperé usado pela ferramenta de instalação de serviços .NET (Regsvcs.exe) e pelas etapas de registro automático executadas na primeira ativação de um ServicedComponent .RegistrationHelper is used by both the .NET Services Installation Tool (Regsvcs.exe) and the automatic registration steps that are performed on first activation of a ServicedComponent.
Construtores
| RegistrationHelper() |
Inicializa uma nova instância da classe RegistrationHelper.Initializes a new instance of the RegistrationHelper class. |
Métodos
| CreateObjRef(Type) |
Cria um objeto que contém todas as informações relevantes necessárias para gerar um proxy usado para se comunicar com um objeto remoto.Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Herdado de MarshalByRefObject) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetLifetimeService() |
Obsoleto.
Recupera o objeto de serviço de tempo de vida atual que controla a política de ciclo de vida para esta instância.Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| InitializeLifetimeService() |
Obsoleto.
Obtém um objeto de serviço de tempo de vida para controlar a política de tempo de vida para essa instância.Obtains a lifetime service object to control the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| InstallAssembly(String, String, String, InstallationFlags) |
Instala o assembly nomeado em um aplicativo COM+.Installs the named assembly in a COM+ application. |
| InstallAssembly(String, String, String, String, InstallationFlags) |
Instala o assembly nomeado em um aplicativo COM+.Installs the named assembly in a COM+ application. |
| InstallAssemblyFromConfig(RegistrationConfig) |
Instala o assembly nomeado em um aplicativo COM+.Installs the named assembly in a COM+ application. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| MemberwiseClone(Boolean) |
Cria uma cópia superficial do objeto MarshalByRefObject atual.Creates a shallow copy of the current MarshalByRefObject object. (Herdado de MarshalByRefObject) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| UninstallAssembly(String, String) |
Desinstala o assembly do aplicativo determinado.Uninstalls the assembly from the given application. |
| UninstallAssembly(String, String, String) |
Desinstala o assembly do aplicativo determinado.Uninstalls the assembly from the given application. |
| UninstallAssemblyFromConfig(RegistrationConfig) |
Desinstala o assembly do aplicativo determinado.Uninstalls the assembly from the given application. |