DkmLanguage.Name 属性

定义

编程语言 (ex: c + +) 的名称。 此字符串将显示在 "调用堆栈" 窗口中。

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

String

返回 String

适用于