次の方法で共有


DkmRuntimeFunctionResolutionRequest.CompilerId Property

Definition

Language/Vendor of the request. Vendor is usually set to Guid.Empty. Language and vendor will be set to Guid.Empty for function breakpoints set with an 'Unknown' language.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId { Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId { get; }
member this.CompilerId : Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId
Public ReadOnly Property CompilerId As DkmCompilerId

Property Value

Returns DkmCompilerId.

Applies to