DkmCompilerId(Guid, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.