C# 클래스 Microsoft.Silverlight.Testing.Harness.MethodContainer

A method container.
상속: CompositeWorkItem
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
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