GenerateMetadata Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Generates common language runtime (CLR) metadata for a COM+ component.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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^, array<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() | |
![]() | MemberwiseClone() | |
![]() ![]() | SearchPath(String^, String^, String^, Int32, String^, array<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.) |
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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


