DkmLanguageId Class
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.
Unique id for a programming language. These values must also be registered under $(RegRoot)\AD7Metric\ExpressionEvaluator and returned from symbol providers (through GetCompilerId) and language services (through IVsLanguageDebugInfo.GetLanguageID).
public ref class DkmLanguageId abstract sealed
public ref class DkmLanguageId abstract sealed
class DkmLanguageId abstract sealed
public static class DkmLanguageId
type DkmLanguageId = class
Public Class DkmLanguageId
- Inheritance
-
DkmLanguageId
Properties
C |
C. |
CausalityBreakpoint |
Language used for causality function breakpoints (ASMX). |
ClientScript |
Client side (targeting IE) script. |
Cobol |
Cobol. |
Cpp |
C++. |
CSharp |
C#. |
Fortran |
Fortran. |
HLSL |
HLSL. |
ILAssembly |
MSIL Assembly. |
Java |
Java. |
JScript |
JScript (ECMA Script). |
MethodId |
Language used for specifying MVID/METHOD_TOKEN. This is used for Indigo. Example: '{6AF7F59F-ED82-4f76-95BE-6BB908DBDC69}/06000001'. |
ObjectiveC |
Objective-C. |
ObjectiveCpp |
Objective-C++. |
Pascal |
Pascal. |
Rust |
Rust. |
Script |
Script. |
SQL |
T-SQL. |
VB |
Visual Basic. |