DkmSourceLinkInfo Class
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.
DkmSourceLinkInfo represents Source Link information obtained from a Symbol File.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public ref class DkmSourceLinkInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmSourceLinkInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmSourceLinkInfo
[System.Runtime.InteropServices.Guid("4a005253-534f-e601-4edc-42e334e171e2")]
public class DkmSourceLinkInfo
[<System.Runtime.InteropServices.Guid("4a005253-534f-e601-4edc-42e334e171e2")>]
type DkmSourceLinkInfo = class
Public Class DkmSourceLinkInfo
- Inheritance
-
DkmSourceLinkInfo
- Attributes
Properties
RelativeFilePath |
A relative file path for the Source Link entry. For example, if the SourceLink map contains 'C:\foo\*' and this maps to 'C:\foo\bar\baz.cs', the RelativeFilePath is 'bar\baz.cs'. For absolute SourceLink mappings, RelativeFilePath will simply be the name of the file. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Url |
A URL where the source file for this Source Link query can be retrieved using an HTTP GET request. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Methods
Create(String, String) |
Create a new DkmSourceLinkInfo object instance. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |