ComManagedImportUtil Classe
Definição
Identifica e instala os componentes no catálogo COM+.Identifies and installs components in the COM+ catalog.
public ref class ComManagedImportUtil : System::EnterpriseServices::Internal::IComManagedImportUtil
[System.Runtime.InteropServices.Guid("3b0398c9-7812-4007-85cb-18c771f2206f")]
public class ComManagedImportUtil : System.EnterpriseServices.Internal.IComManagedImportUtil
[<System.Runtime.InteropServices.Guid("3b0398c9-7812-4007-85cb-18c771f2206f")>]
type ComManagedImportUtil = class
interface IComManagedImportUtil
Public Class ComManagedImportUtil
Implements IComManagedImportUtil
- Herança
-
ComManagedImportUtil
- Atributos
- Implementações
Comentários
ComManagedImportUtil é usado internamente pelo .NET Framework.ComManagedImportUtil is used internally by the .NET Framework. Você não precisa usar a classe diretamente no seu código.You do not need to use the class directly in your code.
Construtores
| ComManagedImportUtil() |
Inicializa uma nova instância da classe ComManagedImportUtil.Initializes a new instance of the ComManagedImportUtil class. |
Métodos
| 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) |
| GetComponentInfo(String, String, String) |
Obtém as informações de componentes do assembly.Gets the component information from the assembly. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| InstallAssembly(String, String, String) |
Instala um assembly em um aplicativo COM+.Installs an assembly into a COM+ application. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |