C# Класс ObjectPrinter.Utilties.BigAlMemberCache

Big Al (Alzheimers) doesn't remember a thing. No caching happens here.
Наследование: IMemberCache
Показать файл Открыть проект

Открытые методы

Метод Описание
BigAlMemberCache ( BindingFlags bindingFlags ) : System

Creates a new instance of BigAlMemberCache

GetFields ( Type type ) : IEnumerable

Returns the fields to inspect, never caching the results

GetMethods ( Type type ) : IEnumerable

Returns the methods to inspect, never caching the results

GetProperties ( Type type ) : IEnumerable

Returns the properties to inspect, never caching the results

Описание методов

BigAlMemberCache() публичный Метод

Creates a new instance of BigAlMemberCache
public BigAlMemberCache ( BindingFlags bindingFlags ) : System
bindingFlags BindingFlags
Результат System

GetFields() публичный Метод

Returns the fields to inspect, never caching the results
public GetFields ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable

GetMethods() публичный Метод

Returns the methods to inspect, never caching the results
public GetMethods ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable

GetProperties() публичный Метод

Returns the properties to inspect, never caching the results
public GetProperties ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable