PexExecutionPackageAttributeBase.BeforeExecution(IPexComponent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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