DkmCompilerId(Guid, Guid) Constructor

Definition

Initialize a new DkmCompilerId value.

public:
 DkmCompilerId(Guid VendorId, Guid LanguageId);
public DkmCompilerId (Guid VendorId, Guid LanguageId);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId : Guid * Guid -> Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId
Public Sub New (VendorId As Guid, LanguageId As Guid)

Parameters

VendorId
Guid

[In] Vendor for the compiler. In some contexts this may be Guid.Empty to indicate that the vendor is unknown.

LanguageId
Guid

[In] Language that the code was written in. In some contexts, this may be Guid.Empty to indicate that the language is unknown.

Applies to