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

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

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

Метод Описание
Invoke ( ) : bool

Invoke into the method.

MethodContainer ( object instance, MethodInfo method, ITestMethod testMethod ) : System

Constructs a new method container.

Защищенные методы

Метод Описание
FirstInvoke ( ) : void

On the first invoke, make sure there's a task to call the method.

Приватные методы

Метод Описание
MethodContainer ( ) : System

Constructs a new method container.

Описание методов

FirstInvoke() защищенный Метод

On the first invoke, make sure there's a task to call the method.
protected FirstInvoke ( ) : void
Результат void

Invoke() публичный Метод

Invoke into the method.
public Invoke ( ) : bool
Результат bool

MethodContainer() публичный Метод

Constructs a new method container.
public MethodContainer ( object instance, MethodInfo method, ITestMethod testMethod ) : System
instance object An instance of the method's type.
method System.Reflection.MethodInfo The method reflection object.
testMethod ITestMethod The test method.
Результат System