C# Класс SobekCM.Core.Configuration.Extensions.Extension_Configuration

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
build_assembly_dictionary void

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

Метод Описание
Add_Extension ( ExtensionInfo NewExtension ) : void

Add a new extension to this list of extensions

Get_Assembly ( string ID ) : string

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID

Get_Extension ( string ExtensionCode ) : ExtensionInfo

Gets an extension, by extension code, otherwise NULL

Приватные методы

Метод Описание
build_assembly_dictionary ( ) : void

Описание методов

Add_Extension() публичный Метод

Add a new extension to this list of extensions
public Add_Extension ( ExtensionInfo NewExtension ) : void
NewExtension ExtensionInfo New extension to add
Результат void

Get_Assembly() публичный Метод

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID
public Get_Assembly ( string ID ) : string
ID string
Результат string

Get_Extension() публичный Метод

Gets an extension, by extension code, otherwise NULL
public Get_Extension ( string ExtensionCode ) : ExtensionInfo
ExtensionCode string Unique extension code for the extension information to retrieve
Результат ExtensionInfo