ProjectLanguage Class

Represents the code language of a project.

System.Object
  Microsoft.AspNet.Scaffolding.ProjectLanguage

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public class ProjectLanguage

The ProjectLanguage type exposes the following members.

  NameDescription
Public propertyCodeFileExtensionRepresents the file extension of the project language.
Public propertyProjectLanguageGuidGets the Project Type Guid for this language.
Top

  NameDescription
Public methodEqualsOverriding the base implementation. (Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeOverriding the base implementation. (Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringFriendly debugger name for developers. (Overrides Object.ToString().)
Top

  NameDescription
Public fieldStatic memberCSharpRepresents CSharp project language.
Public fieldStatic memberUnsupportedRepresents unsupported project language.
Public fieldStatic memberVisualBasicRepresents VB project language.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: