Share via


DkmSymbolProviderId.ClrRemotePortableSymbolStore Property

Definition

Provides symbol resolution from Metadata and a remote symbol store for .NET binaries using the Portable PDB symbol format. This is used for 'in memory' modules (loaded with Assembly.Load) that have Portable PDB symbols.

public:
 static property Guid ClrRemotePortableSymbolStore { Guid get(); };
public static Guid ClrRemotePortableSymbolStore { get; }
static member ClrRemotePortableSymbolStore : Guid
Public Shared ReadOnly Property ClrRemotePortableSymbolStore As Guid

Property Value

Applies to