ComManagedImportUtil Class

Definition

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
Inheritance
ComManagedImportUtil
Attributes
Implements

Remarks

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

Constructors

ComManagedImportUtil()

Initializes a new instance of the ComManagedImportUtil class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetComponentInfo(String, String, String)

Gets the component information from the assembly.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InstallAssembly(String, String, String)

Installs an assembly into a COM+ application.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to