StackFrame2.Language Property

Definition

Gets the programming language associated with the stack frame.

public:
 property System::String ^ Language { System::String ^ get(); };
public:
 property Platform::String ^ Language { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(100)]
public string Language { [System.Runtime.InteropServices.DispId(100)] get; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
member this.Language : string
Public ReadOnly Property Language As String

Property Value

A CodeModelLanguageConstants constant.

Implements

Attributes

Remarks

See Language.

Applies to