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

A lazy method type.
Inheritance: LazyMethodInfo
Mostrar archivo Open project: garyjohnson/wpnest

Public Methods

Method Description
LazyAssemblyMethodInfo ( Assembly assembly, Type attributeType ) : System

Create a new lazy method from a MethodInfo instance.

Protected Methods

Method Description
Search ( ) : void

Performs a search on the MethodInfo for the attributes needed.

Method Details

LazyAssemblyMethodInfo() public method

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.
return System

Search() protected method

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