IComSoapMetadata.Generate(String, String) Method

Definition

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

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

public:
 System::String ^ Generate(System::String ^ SrcTypeLibFileName, System::String ^ OutPath);
public string Generate (string SrcTypeLibFileName, string OutPath);
abstract member Generate : string * string -> string
Public Function Generate (SrcTypeLibFileName As String, OutPath As String) As String

Parameters

SrcTypeLibFileName
String

The name of the type library for which to generate an assembly.

OutPath
String

The folder in which to generate an assembly.

Returns

The generated assembly name.

Remarks

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

Applies to