C# 클래스 System.CodeDom.Compiler.CompilerCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Get ( int index ) : System.CodeDom.Compiler.Compiler
Get ( string language ) : System.CodeDom.Compiler.Compiler
GetCompilerInfoForExtension ( string extension ) : CompilerInfo
GetCompilerInfoForLanguage ( string language ) : CompilerInfo
GetKey ( int index ) : string
GetLanguageFromExtension ( string extension ) : string
this ( int index ) : System.CodeDom.Compiler.Compiler
this ( string language ) : CompilerInfo

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

비공개 메소드들

메소드 설명
AddCompilerInfo ( System.CodeDom.Compiler.Compiler compiler ) : void
AddCompilerInfo ( CompilerInfo ci ) : void
CompilerCollection ( ) : System

메소드 상세

BaseAdd() 보호된 메소드

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

Get() 공개 메소드

public Get ( int index ) : System.CodeDom.Compiler.Compiler
index int
리턴 System.CodeDom.Compiler.Compiler

Get() 공개 메소드

public Get ( string language ) : System.CodeDom.Compiler.Compiler
language string
리턴 System.CodeDom.Compiler.Compiler

GetCompilerInfoForExtension() 공개 메소드

public GetCompilerInfoForExtension ( string extension ) : CompilerInfo
extension string
리턴 CompilerInfo

GetCompilerInfoForLanguage() 공개 메소드

public GetCompilerInfoForLanguage ( string language ) : CompilerInfo
language string
리턴 CompilerInfo

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

GetLanguageFromExtension() 공개 메소드

public GetLanguageFromExtension ( string extension ) : string
extension string
리턴 string

this() 공개 메소드

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
리턴 System.CodeDom.Compiler.Compiler

this() 공개 메소드

public this ( string language ) : CompilerInfo
language string
리턴 CompilerInfo