C# Class Microsoft.Silverlight.Testing.Harness.LazyAssemblyMethodInfo

A lazy method type.
Inheritance: LazyMethodInfo
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
LazyAssemblyMethodInfo ( Assembly assembly, Type attributeType ) : System

Create a new lazy method from a MethodInfo instance.

Méthodes protégées

Méthode Description
Search ( ) : void

Performs a search on the MethodInfo for the attributes needed.

Method Details

LazyAssemblyMethodInfo() public méthode

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

Search() protected méthode

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