Udostępnij za pośrednictwem


DkmLanguage.Create(String, DkmCompilerId) Method

Definition

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.

Id
DkmCompilerId

[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.

Applies to