IComManagedImportUtil Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identifie et installe des composants dans le catalogue COM+.
public interface class IComManagedImportUtil
[System.Runtime.InteropServices.Guid("c3f8f66b-91be-4c99-a94f-ce3b0a951039")]
public interface IComManagedImportUtil
[<System.Runtime.InteropServices.Guid("c3f8f66b-91be-4c99-a94f-ce3b0a951039")>]
type IComManagedImportUtil = interface
Public Interface IComManagedImportUtil
- Dérivé
- Attributs
Remarques
Consultez ComManagedImportUtil pour connaître l’implémentation par défaut de IComManagedImportUtil.
IComManagedImportUtil est utilisé en interne par le .NET Framework. Vous n’avez pas besoin de l’utiliser directement dans votre code.
Méthodes
GetComponentInfo(String, String, String) |
Obtient de l'assembly des informations sur le composant. |
InstallAssembly(String, String, String) |
Installe un assembly dans une application COM+. |