PexSuppressStackFrameAttributeBase.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:
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