DkmSymbolProviderId.ClrRemoteSymbolStore Property

Definition

Provides symbol resolution from Metadata and a remote symbol store for .NET Framework (CLR) binaries. This is used for dynamically compiled managed code. It is also used for ASP.NET scenario where code is compiled on server side.

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

Property Value

Returns Guid.

Applies to