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

A lazy method type.
Mostra file Open project: staxmanade/StatLight

Public Methods

Method Description
GetMethodInfo ( ) : MethodInfo
LazyDynamicAssemblyMethodInfo ( Assembly assembly, string attributeType ) : System

Create a new lazy method from a MethodInfo instance.

Protected Methods

Method Description
Search ( ) : MethodInfo

Performs a search on the MethodInfo for the attributes needed.

Method Details

GetMethodInfo() public method

public GetMethodInfo ( ) : MethodInfo
return System.Reflection.MethodInfo

LazyDynamicAssemblyMethodInfo() public method

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

Search() protected method

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