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

A lazy method type.
Afficher le fichier Open project: staxmanade/StatLight

Méthodes publiques

Méthode Description
GetMethodInfo ( ) : MethodInfo
LazyDynamicAssemblyMethodInfo ( Assembly assembly, string attributeType ) : System

Create a new lazy method from a MethodInfo instance.

Méthodes protégées

Méthode Description
Search ( ) : MethodInfo

Performs a search on the MethodInfo for the attributes needed.

Method Details

GetMethodInfo() public méthode

public GetMethodInfo ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

LazyDynamicAssemblyMethodInfo() public méthode

Create a new lazy method from a MethodInfo instance.
public LazyDynamicAssemblyMethodInfo ( Assembly assembly, string attributeType ) : System
assembly System.Reflection.Assembly Assembly reflection object.
attributeType string Attribute Type instance.
Résultat System

Search() protected méthode

Performs a search on the MethodInfo for the attributes needed.
protected Search ( ) : MethodInfo
Résultat System.Reflection.MethodInfo