DkmLanguage.Create(String, DkmCompilerId) Method
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.
Create a new DkmLanguage object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguage ^ Create(System::String ^ Name, Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId Id);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguage Create (string Name, Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId Id);
static member Create : string * Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId -> Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguage
Public Shared Function Create (Name As String, Id As DkmCompilerId) As DkmLanguage
Parameters
- Name
- String
[In] Name of the programming language (ex: C++). This string will appear in the call stack window.
[In] LanguageId/VendorId pair for this DkmLanguage object. For the default language, both of these values will be Guid.Empty. For all other languages, both of these values are non-zero.
Returns
[Out] Result of this method call.