C# Class SingleFileGenerator.VSType

List of Visual Studio versions and their registry paths in HKEY_LOCAL_MACHINE. http://stackoverflow.com/questions/10922913/visual-studio-express-2012-editions-exe-names-and-registry-path
Show file Open project: qwertie/ecsharp

Public Properties

Property Type Description
IsPro bool
Name string
RegistryPath string
RegistryPath2 string
SpecificLanguage string
VS2002 VSType
VS2003 VSType
VS2005 VSType
VS2008 VSType
VS2010 VSType
VS2012 VSType
VS2013 VSType
VS2015 VSType
VS2017 VSType
VSEditions List
VSExpress2005CSharp VSType
VSExpress2005VB VSType
VSExpress2005Web VSType
VSExpress2008CSharp VSType
VSExpress2008VB VSType
VSExpress2008Web VSType
VSExpress2010CSharp VSType
VSExpress2010VB VSType
VSExpress2010Web VSType
VSExpress2012Desktop VSType
VSExpress2012WIn8 VSType
VSExpress2012Web VSType
VSExpress2013Desktop VSType
VSExpressTFS2012 VSType
VersionNumber double

Public Methods

Method Description
VSType ( string name, double versionNumber, string registryPath, string registryPath2, bool pro = false, string language = null ) : System

Method Details

VSType() public method

public VSType ( string name, double versionNumber, string registryPath, string registryPath2, bool pro = false, string language = null ) : System
name string
versionNumber double
registryPath string
registryPath2 string
pro bool
language string
return System

Property Details

IsPro public property

public bool IsPro
return bool

Name public property

public string Name
return string

RegistryPath public property

public string RegistryPath
return string

RegistryPath2 public property

public string RegistryPath2
return string

SpecificLanguage public property

public string SpecificLanguage
return string

VS2002 public static property

public static VSType,SingleFileGenerator VS2002
return VSType

VS2003 public static property

public static VSType,SingleFileGenerator VS2003
return VSType

VS2005 public static property

public static VSType,SingleFileGenerator VS2005
return VSType

VS2008 public static property

public static VSType,SingleFileGenerator VS2008
return VSType

VS2010 public static property

public static VSType,SingleFileGenerator VS2010
return VSType

VS2012 public static property

public static VSType,SingleFileGenerator VS2012
return VSType

VS2013 public static property

public static VSType,SingleFileGenerator VS2013
return VSType

VS2015 public static property

public static VSType,SingleFileGenerator VS2015
return VSType

VS2017 public static property

public static VSType,SingleFileGenerator VS2017
return VSType

VSEditions public static property

public static List VSEditions
return List

VSExpress2005CSharp public static property

public static VSType,SingleFileGenerator VSExpress2005CSharp
return VSType

VSExpress2005VB public static property

public static VSType,SingleFileGenerator VSExpress2005VB
return VSType

VSExpress2005Web public static property

public static VSType,SingleFileGenerator VSExpress2005Web
return VSType

VSExpress2008CSharp public static property

public static VSType,SingleFileGenerator VSExpress2008CSharp
return VSType

VSExpress2008VB public static property

public static VSType,SingleFileGenerator VSExpress2008VB
return VSType

VSExpress2008Web public static property

public static VSType,SingleFileGenerator VSExpress2008Web
return VSType

VSExpress2010CSharp public static property

public static VSType,SingleFileGenerator VSExpress2010CSharp
return VSType

VSExpress2010VB public static property

public static VSType,SingleFileGenerator VSExpress2010VB
return VSType

VSExpress2010Web public static property

public static VSType,SingleFileGenerator VSExpress2010Web
return VSType

VSExpress2012Desktop public static property

public static VSType,SingleFileGenerator VSExpress2012Desktop
return VSType

VSExpress2012WIn8 public static property

public static VSType,SingleFileGenerator VSExpress2012WIn8
return VSType

VSExpress2012Web public static property

public static VSType,SingleFileGenerator VSExpress2012Web
return VSType

VSExpress2013Desktop public static property

public static VSType,SingleFileGenerator VSExpress2013Desktop
return VSType

VSExpressTFS2012 public static property

public static VSType,SingleFileGenerator VSExpressTFS2012
return VSType

VersionNumber public property

public double VersionNumber
return double