DkmClrRuntimeInstance.FindAppDomain(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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.