IHostStub 接口

定义

表示用于创建类工厂的存根类。 此存根类永远不会实现。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IHostStub : Microsoft::IE::IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
public interface IHostStub : Microsoft.IE.IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
type IHostStub = interface
    interface IHostEx
Public Interface IHostStub
Implements IHostEx
派生
属性
实现

方法

GetClassFactory(String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

为指定程序集中的类型创建类工厂。

(继承自 IHostEx)
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

为指定程序集中的类型创建安全类工厂。

(继承自 IHostEx)

适用于