PexExecutionPackageAttributeBase.IPexExecutionPackage.BeforeExecution 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.
virtual System::Object ^ Microsoft.Pex.Engine.Packages.IPexExecutionPackage.BeforeExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host) = Microsoft::Pex::Engine::Packages::IPexExecutionPackage::BeforeExecution;
object IPexExecutionPackage.BeforeExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member Microsoft.Pex.Engine.Packages.IPexExecutionPackage.BeforeExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> obj
override this.Microsoft.Pex.Engine.Packages.IPexExecutionPackage.BeforeExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> obj
Function BeforeExecution (host As IPexComponent) As Object Implements IPexExecutionPackage.BeforeExecution
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Returns
Implements
Microsoft.Pex.Engine.Packages.IPexExecutionPackage.BeforeExecution(Microsoft.Pex.Engine.ComponentModel.IPexComponent)