StackFrame2.Language Property
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.
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.