C# Класс StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.LazyDynamicAssemblyMethodInfo

A lazy method type.
Показать файл Открыть проект

Открытые методы

Метод Описание
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