DkmClrAppDomain.Id Property

Definition

Id of the underlying CLR app domain. While running, this uniquely identifies the app domain within a particular 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

Property Value

Returns Int32.

Applies to