C# Class System.CodeDom.Compiler.CompilerCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Méthode Description
AddCompilerInfo ( System.CodeDom.Compiler.Compiler compiler ) : void
AddCompilerInfo ( CompilerInfo ci ) : void
CompilerCollection ( ) : System

Method Details

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

Get() public méthode

public Get ( int index ) : System.CodeDom.Compiler.Compiler
index int
Résultat System.CodeDom.Compiler.Compiler

Get() public méthode

public Get ( string language ) : System.CodeDom.Compiler.Compiler
language string
Résultat System.CodeDom.Compiler.Compiler

GetCompilerInfoForExtension() public méthode

public GetCompilerInfoForExtension ( string extension ) : CompilerInfo
extension string
Résultat CompilerInfo

GetCompilerInfoForLanguage() public méthode

public GetCompilerInfoForLanguage ( string language ) : CompilerInfo
language string
Résultat CompilerInfo

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

GetKey() public méthode

public GetKey ( int index ) : string
index int
Résultat string

GetLanguageFromExtension() public méthode

public GetLanguageFromExtension ( string extension ) : string
extension string
Résultat string

this() public méthode

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
Résultat System.CodeDom.Compiler.Compiler

this() public méthode

public this ( string language ) : CompilerInfo
language string
Résultat CompilerInfo