GenerateMetadata Class

Definition

Generates 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 ref class GenerateMetadata : System::EnterpriseServices::Internal::IComSoapMetadata
[System.Runtime.InteropServices.Guid("d8013ff1-730b-45e2-ba24-874b7242c425")]
public class GenerateMetadata : System.EnterpriseServices.Internal.IComSoapMetadata
[<System.Runtime.InteropServices.Guid("d8013ff1-730b-45e2-ba24-874b7242c425")>]
type GenerateMetadata = class
    interface IComSoapMetadata
Public Class GenerateMetadata
Implements IComSoapMetadata
Inheritance
GenerateMetadata
Attributes
Implements

Remarks

If necessary, the GenerateMetadata class generates an assembly that contains CLR metadata for a specified type library.

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

Constructors

GenerateMetadata()

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

Initializes a new instance of the GenerateMetadata class.

Methods

Equals(Object)

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

(Inherited from Object)
Generate(String, String)

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

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

GenerateMetaData(String, String, Byte[], StrongNameKeyPair)

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

Generates, or locates, 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.

GenerateSigned(String, String, Boolean, String)

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

Generates, or locates, 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.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SearchPath(String, String, String, Int32, String, Int32[])

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

Searches for a specified file in a specified path.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to