DkmClrRuntimeInstance.FindAppDomain(Int32) Method

Definition

Find a DkmClrAppDomain element within this DkmClrRuntimeInstance. If no element with the given input key is present, FindAppDomain will fail.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrAppDomain ^ FindAppDomain(int Id);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain FindAppDomain (int Id);
member this.FindAppDomain : int -> Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain
Public Function FindAppDomain (Id As Integer) As DkmClrAppDomain

Parameters

Id
Int32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to