IComManagedImportUtil Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.