C# Class System.CodeDom.Compiler.CompilerCollection

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Method Description
AddCompilerInfo ( System.CodeDom.Compiler.Compiler compiler ) : void
AddCompilerInfo ( CompilerInfo ci ) : void
CompilerCollection ( ) : System

Method Details

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

Get() public method

public Get ( int index ) : System.CodeDom.Compiler.Compiler
index int
return System.CodeDom.Compiler.Compiler

Get() public method

public Get ( string language ) : System.CodeDom.Compiler.Compiler
language string
return System.CodeDom.Compiler.Compiler

GetCompilerInfoForExtension() public method

public GetCompilerInfoForExtension ( string extension ) : CompilerInfo
extension string
return CompilerInfo

GetCompilerInfoForLanguage() public method

public GetCompilerInfoForLanguage ( string language ) : CompilerInfo
language string
return CompilerInfo

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

GetKey() public method

public GetKey ( int index ) : string
index int
return string

GetLanguageFromExtension() public method

public GetLanguageFromExtension ( string extension ) : string
extension string
return string

this() public method

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
return System.CodeDom.Compiler.Compiler

this() public method

public this ( string language ) : CompilerInfo
language string
return CompilerInfo