C# 클래스 StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.LazyDynamicMethodInfo

A class that does a lazy lookup when needed using reflection.
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
HasMethodInfo ( ) : bool

Whether the type has a method info.

LazyDynamicMethodInfo ( Type searchType, string attributeType ) : System

Construct a new lazy method wrapper.

보호된 메소드들

메소드 설명
Search ( ) : void
Search ( Type searchType ) : void

Perform a search on the type.

비공개 메소드들

메소드 설명
GetMethodInfo ( ) : MethodInfo

메소드 상세

HasMethodInfo() 공개 메소드

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

LazyDynamicMethodInfo() 공개 메소드

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

Search() 보호된 메소드

protected Search ( ) : void
리턴 void

Search() 보호된 메소드

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