IHostEx 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供创建类工厂的方法。
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) |
为指定程序集中的类型创建安全类工厂。 |