IComSoapMetadata 接口
定义
指定为 COM+ 组件生成公共语言运行时 (CLR) 元数据的方法。Specifies methods for generating common language runtime (CLR) metadata for a COM+ component.
此 API 支持产品基础结构,不能在代码中直接使用。
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
- 派生
- 属性
注解
IComSoapMetadata无需在代码中直接实现接口。The IComSoapMetadata interface does not need to be implemented directly in your code. 它由 GenerateMetadata .NET Framework 基础结构中的类实现。It is implemented by the GenerateMetadata class in the .NET Framework infrastructure.
如有必要, IComSoapMetadata 指定为指定类型库生成包含 CLR 元数据的程序集。If necessary, IComSoapMetadata specifies that an assembly that contains CLR metadata is generated for a specified type library.
IComSoapMetadata 由 .NET Framework 在内部使用。IComSoapMetadata is used internally by the .NET Framework. 不需要直接在代码中使用它。You do not need to use it directly in your code.
方法
| Generate(String, String) |
此 API 支持产品基础结构,不能在代码中直接使用。 生成一个程序集,该程序集包含指定类型库所表示的 COM+ 组件的公共语言运行时 (CLR) 元数据。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) |
此 API 支持产品基础结构,不能在代码中直接使用。 生成一个程序集,该程序集包含指定类型库所表示的 COM+ 组件的公共语言运行时 (CLR) 元数据;使用强名称密钥对来对程序集进行签名;然后将该程序集安装在全局程序集缓存中。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. |