IHostStubClass 类

定义

提供创建类工厂的方法。

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

public ref class IHostStubClass : Microsoft::IE::IHostStub
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")]
public class IHostStubClass : Microsoft.IE.IHostStub
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")>]
type IHostStubClass = class
    interface IHostEx
    interface IHostStub
Public Class IHostStubClass
Implements IHostStub
继承
IHostStubClass
属性
实现

构造函数

IHostStubClass()

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

初始化 IHostStubClass 类的新实例。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetClassFactory(String, String)

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

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

GetHashCode()

作为默认哈希函数。

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

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

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

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于