SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

ProjectInfoLanguage Enumeration

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