C# Class StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.LazyDynamicMethodInfo

A class that does a lazy lookup when needed using reflection.
Afficher le fichier Open project: staxmanade/StatLight

Méthodes publiques

Méthode Description
HasMethodInfo ( ) : bool

Whether the type has a method info.

LazyDynamicMethodInfo ( Type searchType, string attributeType ) : System

Construct a new lazy method wrapper.

Méthodes protégées

Méthode Description
Search ( ) : void
Search ( Type searchType ) : void

Perform a search on the type.

Private Methods

Méthode Description
GetMethodInfo ( ) : MethodInfo

Method Details

HasMethodInfo() public méthode

Whether the type has a method info.
public HasMethodInfo ( ) : bool
Résultat bool

LazyDynamicMethodInfo() public méthode

Construct a new lazy method wrapper.
public LazyDynamicMethodInfo ( Type searchType, string attributeType ) : System
searchType System.Type Type to search.
attributeType string Attribute type.
Résultat System

Search() protected méthode

protected Search ( ) : void
Résultat void

Search() protected méthode

Perform a search on the type.
protected Search ( Type searchType ) : void
searchType System.Type
Résultat void