C# Класс System.CodeDom.Compiler.CompilerCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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