PexExecutionPackageAttributeBase.BeforeExecution(IPexComponent) Method

Definition

Callback that is executed before the execution starts.

protected:
 abstract System::Object ^ BeforeExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract object BeforeExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member BeforeExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> obj
Protected MustOverride Function BeforeExecution (host As IPexComponent) As Object

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

The host.

Returns

some data

Applies to