IComManagedImportUtil Interface

Definition

Identifies and installs components in the COM+ catalog.

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
Derived
Attributes

Remarks

See ComManagedImportUtil for the default implementation of IComManagedImportUtil.

IComManagedImportUtil is used internally by the .NET Framework. You do not need to use it directly in your code.

Methods

GetComponentInfo(String, String, String)

Gets the component information from the assembly.

InstallAssembly(String, String, String)

Installs an assembly into a COM+ application.

Applies to