DkmModule.GetFirstMethodInFirstDocument Method

Definition

Returns the first method in the first document.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodId GetFirstMethodInFirstDocument();
public Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId GetFirstMethodInFirstDocument ();
member this.GetFirstMethodInFirstDocument : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId
Public Function GetFirstMethodInFirstDocument () As DkmClrMethodId

Returns

[Out] DkmClrMethodId is a token/version pair which is used to uniquely identify the symbol store's understanding of a particular CLR method within a module.

Applies to