C# 클래스 Revenj.Utility.TypeUtility

Utility for working with reflection
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
GetTypeHierarchy ( this startType ) : List

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.

메소드 상세

GetTypeHierarchy() 공개 정적인 메소드

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.
public static GetTypeHierarchy ( this startType ) : List
startType this specified type
리턴 List