C# Класс Headless.Activation.TypeExtensions

The TypeExtensions class provides extension methods for the Type class.
Показать файл Открыть проект

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

Метод Описание
GetLoadableTypes ( this assembly ) : IEnumerable

Gets the loadable types.

GetMatchingTypes ( this elementType ) : ReadOnlyCollection

Gets the matching types.

GetSupportedTags ( this elementType ) : ReadOnlyCollection

Gets the supported tags.

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

Метод Описание
FindBestMatchingType ( this elementType, IXPathNavigable node ) : Type
FindSupportedTags ( IEnumerable types ) : IList

Finds the supported tags.

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

GetLoadableTypes() публичный статический Метод

Gets the loadable types.
assembly
public static GetLoadableTypes ( this assembly ) : IEnumerable
assembly this The assembly.
Результат IEnumerable

GetMatchingTypes() публичный статический Метод

Gets the matching types.
/// The parameter is null. ///
public static GetMatchingTypes ( this elementType ) : ReadOnlyCollection
elementType this /// Type of the element. ///
Результат ReadOnlyCollection

GetSupportedTags() публичный статический Метод

Gets the supported tags.
/// The parameter is null. /// /// The type does not indicate any supported tags. ///
public static GetSupportedTags ( this elementType ) : ReadOnlyCollection
elementType this /// Type of the element. ///
Результат ReadOnlyCollection