C# 클래스 Headless.Activation.TypeExtensions

The TypeExtensions class provides extension methods for the Type class.
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
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