DkmEngineSettings.ClrDebuggingServicesId Property

Definition

Indicates which version of the CLR debugging services (mscordbi.dll or other implementation of the ICorDebug API) should be used when debugging this process.

public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrDebuggingServicesId ClrDebuggingServicesId { Microsoft::VisualStudio::Debugger::Clr::DkmClrDebuggingServicesId get(); };
public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrDebuggingServicesId ClrDebuggingServicesId { Microsoft::VisualStudio::Debugger::Clr::DkmClrDebuggingServicesId get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrDebuggingServicesId ClrDebuggingServicesId { get; }
member this.ClrDebuggingServicesId : Microsoft.VisualStudio.Debugger.Clr.DkmClrDebuggingServicesId
Public ReadOnly Property ClrDebuggingServicesId As DkmClrDebuggingServicesId

Property Value

Returns DkmClrDebuggingServicesId.

Applies to