C# 클래스 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
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
VSType ( string name, double versionNumber, string registryPath, string registryPath2, bool pro = false, string language = null ) : System

메소드 상세

VSType() 공개 메소드

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
리턴 System

프로퍼티 상세

IsPro 공개적으로 프로퍼티

public bool IsPro
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

RegistryPath 공개적으로 프로퍼티

public string RegistryPath
리턴 string

RegistryPath2 공개적으로 프로퍼티

public string RegistryPath2
리턴 string

SpecificLanguage 공개적으로 프로퍼티

public string SpecificLanguage
리턴 string

VS2002 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2002
리턴 VSType

VS2003 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2003
리턴 VSType

VS2005 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2005
리턴 VSType

VS2008 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2008
리턴 VSType

VS2010 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2010
리턴 VSType

VS2012 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2012
리턴 VSType

VS2013 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2013
리턴 VSType

VS2015 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2015
리턴 VSType

VS2017 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VS2017
리턴 VSType

VSEditions 공개적으로 정적으로 프로퍼티

public static List VSEditions
리턴 List

VSExpress2005CSharp 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2005CSharp
리턴 VSType

VSExpress2005VB 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2005VB
리턴 VSType

VSExpress2005Web 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2005Web
리턴 VSType

VSExpress2008CSharp 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2008CSharp
리턴 VSType

VSExpress2008VB 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2008VB
리턴 VSType

VSExpress2008Web 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2008Web
리턴 VSType

VSExpress2010CSharp 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2010CSharp
리턴 VSType

VSExpress2010VB 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2010VB
리턴 VSType

VSExpress2010Web 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2010Web
리턴 VSType

VSExpress2012Desktop 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2012Desktop
리턴 VSType

VSExpress2012WIn8 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2012WIn8
리턴 VSType

VSExpress2012Web 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2012Web
리턴 VSType

VSExpress2013Desktop 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpress2013Desktop
리턴 VSType

VSExpressTFS2012 공개적으로 정적으로 프로퍼티

public static VSType,SingleFileGenerator VSExpressTFS2012
리턴 VSType

VersionNumber 공개적으로 프로퍼티

public double VersionNumber
리턴 double