DkmModule.GetSourceLinkInfo(String) 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 SourceLink information from the symbol file for the requested file path.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmSourceLinkInfo ^ GetSourceLinkInfo(System::String ^ FilePath);
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmSourceLinkInfo ^ GetSourceLinkInfo(Platform::String ^ FilePath);
Microsoft::VisualStudio::Debugger::Symbols::DkmSourceLinkInfo GetSourceLinkInfo(std::wstring const & FilePath);
public Microsoft.VisualStudio.Debugger.Symbols.DkmSourceLinkInfo GetSourceLinkInfo (string FilePath);
member this.GetSourceLinkInfo : string -> Microsoft.VisualStudio.Debugger.Symbols.DkmSourceLinkInfo
Public Function GetSourceLinkInfo (FilePath As String) As DkmSourceLinkInfo
Parameters
- FilePath
- String
[In] The absolute file path of a source file as it appears in the Symbol File.
Returns
[Out] The SourceLink information for the requested FilePath.