Specifies constants defining a project language.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum ProjectInfoLanguage
Example
Members
| Member Name | Description | Value |
|---|---|---|
| None | Indicates that the project language is unknown. | 0 |
| CSharp | Indicates that the project language is C#. | 1 |
| VBNet | Indicates that the project language is VB.NET. | 2 |
| VC | Indicates that the project language is C++. | 3 |
Requirements
Namespace: SubMain.CodeItRight.Sdk.Core.Reflection
Assembly: SubMain.CodeItRight.Sdk.Core (in SubMain.CodeItRight.Sdk.Core.dll)
See Also
SubMain.CodeItRight.Sdk.Core.Reflection Namespace

