C# Class Headless.Activation.TypeExtensions

The TypeExtensions class provides extension methods for the Type class.
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
GetLoadableTypes ( this assembly ) : IEnumerable

Gets the loadable types.

GetMatchingTypes ( this elementType ) : ReadOnlyCollection

Gets the matching types.

GetSupportedTags ( this elementType ) : ReadOnlyCollection

Gets the supported tags.

Private Methods

Méthode Description
FindBestMatchingType ( this elementType, IXPathNavigable node ) : Type
FindSupportedTags ( IEnumerable types ) : IList

Finds the supported tags.

Method Details

GetLoadableTypes() public static méthode

Gets the loadable types.
assembly
public static GetLoadableTypes ( this assembly ) : IEnumerable
assembly this The assembly.
Résultat IEnumerable

GetMatchingTypes() public static méthode

Gets the matching types.
/// The parameter is null. ///
public static GetMatchingTypes ( this elementType ) : ReadOnlyCollection
elementType this /// Type of the element. ///
Résultat ReadOnlyCollection

GetSupportedTags() public static méthode

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. ///
Résultat ReadOnlyCollection