IComManagedImportUtil Interface

Définition

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+.

S’applique à