AppDomainHelper 类

定义

切换到应将对象绑定到的特定应用程序域,并回调给定函数。

public ref class AppDomainHelper
[System.Runtime.InteropServices.Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")]
public class AppDomainHelper
[<System.Runtime.InteropServices.Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")>]
type AppDomainHelper = class
Public Class AppDomainHelper
继承
AppDomainHelper
属性

注解

AppDomainHelper由.NET Framework在内部使用。 无需直接在代码中使用 类。

构造函数

AppDomainHelper()

初始化 AppDomainHelper 类的新实例。

方法

Equals(Object)

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

(继承自 Object)
Finalize()

在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于