DkmSymbolProviderId.ClrRemotePortableSymbolStore Property
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.
Provides symbol resolution from Metadata and a remote symbol store for .NET Core binaries using the Portable PDB symbol format. This is used for dynamically compiled managed code. It is also used for ASP.NET Core scenario where code is compiled on server side. This is used for .cshtml files for .NET Core Asp.Net Apps.
public:
static property Guid ClrRemotePortableSymbolStore { Guid get(); };
public static Guid ClrRemotePortableSymbolStore { get; }
member this.ClrRemotePortableSymbolStore : Guid
Public Shared ReadOnly Property ClrRemotePortableSymbolStore As Guid