C# 클래스 Microsoft.Silverlight.Testing.Harness.LazyAssemblyMethodInfo

A lazy method type.
상속: LazyMethodInfo
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
LazyAssemblyMethodInfo ( Assembly assembly, Type attributeType ) : System

Create a new lazy method from a MethodInfo instance.

보호된 메소드들

메소드 설명
Search ( ) : void

Performs a search on the MethodInfo for the attributes needed.

메소드 상세

LazyAssemblyMethodInfo() 공개 메소드

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.
리턴 System

Search() 보호된 메소드

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