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

A class that does a lazy lookup when needed using reflection.
Показать файл Открыть проект Примеры использования класса

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

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