IComManagedImportUtil Interfaccia

Definizione

Consente di identificare e installare componenti nel catalogo 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
Derivato
Attributi

Commenti

Vedere ComManagedImportUtil per l'implementazione predefinita di IComManagedImportUtil.

IComManagedImportUtil viene usato internamente da .NET Framework. Non è necessario usarlo direttamente nel codice.

Metodi

GetComponentInfo(String, String, String)

Ottiene le informazioni sul componente dall'assembly.

InstallAssembly(String, String, String)

Consente di installare un assembly in un'applicazione COM+.

Si applica a