Method | Description | |
---|---|---|
Invoke ( ) : bool |
Invoke into the method.
|
|
MethodContainer ( object instance, |
Constructs a new method container.
|
Method | Description | |
---|---|---|
FirstInvoke ( ) : void |
On the first invoke, make sure there's a task to call the method.
|
Method | Description | |
---|---|---|
MethodContainer ( ) : System |
Constructs a new method container.
|
public MethodContainer ( object instance, |
||
instance | object | An instance of the method's type. |
method | The method reflection object. | |
testMethod | ITestMethod | The test method. |
return | System |