C# Класс Microsoft.Silverlight.Testing.Harness.LazyAssemblyMethodInfo

A lazy method type.
Наследование: LazyMethodInfo
Показать файл Открыть проект

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

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