C# Class Revenj.Utility.TypeUtility

Utility for working with reflection
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
GetTypeHierarchy ( this startType ) : List

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

Method Details

GetTypeHierarchy() public static méthode

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
Résultat List