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

A lazy method type.
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
GetMethodInfo ( ) : MethodInfo
LazyDynamicAssemblyMethodInfo ( Assembly assembly, string attributeType ) : System

Create a new lazy method from a MethodInfo instance.

보호된 메소드들

메소드 설명
Search ( ) : MethodInfo

Performs a search on the MethodInfo for the attributes needed.

메소드 상세

GetMethodInfo() 공개 메소드

public GetMethodInfo ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

LazyDynamicAssemblyMethodInfo() 공개 메소드

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

Search() 보호된 메소드

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