C# 클래스 Rolcore.Reflection.AssemblyExtensions

Extension methods for Assembly.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
GetTypesWithAttribute ( this assembly, Type attributeType, bool inherit ) : IEnumerable

Gets a list of Types decorated with the given attribute.

메소드 상세

GetTypesWithAttribute() 공개 정적인 메소드

Gets a list of Types decorated with the given attribute.
public static GetTypesWithAttribute ( this assembly, Type attributeType, bool inherit ) : IEnumerable
assembly this Specifies the to search.
attributeType System.Type Specifies the of /// to search for.
inherit bool Specifies if inheritance chains should be searched.
리턴 IEnumerable