DkmClrAppDomain.Id 属性

定义

基础 CLR 应用域的 Id。 运行时,这将唯一标识特定 DkmRuntimeInstance 中的应用程序域。

public:
 property int Id { int get(); };
public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

属性值

Int32

返回 Int32

适用于