IHostEx 接口

定义

提供创建类工厂的方法。

public interface class IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IHostEx = interface
Public Interface IHostEx
派生
属性

方法

GetClassFactory(String, String)

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

GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

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

适用于