DkmModule.GetFirstMethodInFirstDocument 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.
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.