DkmCodeViewCompilerId(Byte, String, DkmCompilerId) Constructor

Definition

Initialize a new DkmCodeViewCompilerId value.

public:
 DkmCodeViewCompilerId(System::Byte LanguageEnumeration, System::String ^ CompilerName, Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId);
public DkmCodeViewCompilerId (byte LanguageEnumeration, string CompilerName, Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId);
new Microsoft.VisualStudio.Debugger.Symbols.DkmCodeViewCompilerId : byte * string * Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId -> Microsoft.VisualStudio.Debugger.Symbols.DkmCodeViewCompilerId
Public Sub New (LanguageEnumeration As Byte, CompilerName As String, CompilerId As DkmCompilerId)

Parameters

LanguageEnumeration
Byte

[In] Language enumeration value which is in the code view record. For example, CV_CFL_CXX is used for C++.

CompilerName
String

[In] Name string within the code view record. '*' may be used to match against any name string.

CompilerId
DkmCompilerId

[In] CompilerId (Vendor/Language Guid pair) to map the LanguageEnumeration/CompilerName to.

Applies to