DkmGetCompilerIdAsyncResult(DkmCompilerId) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmInstructionSymbol.GetCompilerId.

public:
 DkmGetCompilerIdAsyncResult(Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId);
public DkmGetCompilerIdAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetCompilerIdAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetCompilerIdAsyncResult
Public Sub New (CompilerId As DkmCompilerId)

Parameters

CompilerId
DkmCompilerId

[In] LanguageId/VendorId for the compiler which produced the code for this symbol. If this is unknown (ex: no symbols info for this block), both values will be Guid.Empty. Otherwise, both values should be non-zero.

Applies to