DkmSymbolProviderId.ClrRemotePortableSymbolStore Property

Definition

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

Property Value

Guid

Applies to