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

A class that does a lazy lookup when needed using reflection.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
HasMethodInfo ( ) : bool

Whether the type has a method info.

LazyMethodInfo ( Type attributeType ) : System

Construct a new lazy method wrapper.

LazyMethodInfo ( Type searchType, Type attributeType ) : System

Construct a new lazy method wrapper.

보호된 메소드들

메소드 설명
Search ( ) : void

Perform a search on the type.

비공개 메소드들

메소드 설명
GetMethodInfo ( ) : MethodInfo

메소드 상세

HasMethodInfo() 공개 메소드

Whether the type has a method info.
public HasMethodInfo ( ) : bool
리턴 bool

LazyMethodInfo() 공개 메소드

Construct a new lazy method wrapper.
public LazyMethodInfo ( Type attributeType ) : System
attributeType System.Type The attribute type.
리턴 System

LazyMethodInfo() 공개 메소드

Construct a new lazy method wrapper.
public LazyMethodInfo ( Type searchType, Type attributeType ) : System
searchType System.Type Type to search.
attributeType System.Type Attribute type.
리턴 System

Search() 보호된 메소드

Perform a search on the type.
protected Search ( ) : void
리턴 void