C# Class ObjectPrinter.Utilties.MemberCache

Caches the member information used to inspect a type.
Inheritance: IMemberCache
Afficher le fichier Open project: drewburlingame/ObjectPrinter

Méthodes publiques

Méthode Description
GetFields ( Type type ) : IEnumerable

Returns the fields to inspect

GetMethods ( Type type ) : IEnumerable

Returns the methods to inspect

GetProperties ( Type type ) : IEnumerable

Returns the properties to inspect

MemberCache ( BindingFlags bindingFlags ) : System

Creates a new instance of MemberCache

Method Details

GetFields() public méthode

Returns the fields to inspect
public GetFields ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

GetMethods() public méthode

Returns the methods to inspect
public GetMethods ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

GetProperties() public méthode

Returns the properties to inspect
public GetProperties ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

MemberCache() public méthode

Creates a new instance of MemberCache
public MemberCache ( BindingFlags bindingFlags ) : System
bindingFlags BindingFlags
Résultat System