IComSoapMetadata Interface

Definition

Specifies methods for generating common language runtime (CLR) metadata for a COM+ component.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IComSoapMetadata
[System.Runtime.InteropServices.Guid("d8013ff0-730b-45e2-ba24-874b7242c425")]
public interface IComSoapMetadata
[<System.Runtime.InteropServices.Guid("d8013ff0-730b-45e2-ba24-874b7242c425")>]
type IComSoapMetadata = interface
Public Interface IComSoapMetadata
Derived
Attributes

Remarks

The IComSoapMetadata interface does not need to be implemented directly in your code. It is implemented by the GenerateMetadata class in the .NET Framework infrastructure.

If necessary, IComSoapMetadata specifies that an assembly that contains CLR metadata is generated for a specified type library.

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

Methods

Generate(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates an assembly that contains common language runtime (CLR) metadata for a COM+ component represented by the specified type library.

GenerateSigned(String, String, Boolean, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates an assembly that contains common language runtime (CLR) metadata for a COM+ component represented by the specified type library, signs the assembly with a strong-named key pair, and installs it in the global assembly cache.

Applies to