PexSuppressStackFrameAttributeBase.BeforeExecution(IPexComponent) Method

Definition

Callback that is executed before the execution starts.

protected:
 override System::Object ^ BeforeExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected override sealed object BeforeExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
override this.BeforeExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> obj
Protected Overrides NotOverridable Function BeforeExecution (host As IPexComponent) As Object

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

The host.

Returns

some data

Applies to