PexCreatableFactoryAttributeBase.TryCreateCreatableFactory Method

Definition

Creates the explorable guesser.

protected:
 abstract bool TryCreateCreatableFactory(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Creatable::IPexCreatableFactory ^ % factory);
protected abstract bool TryCreateCreatableFactory (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, out Microsoft.Pex.Engine.Creatable.IPexCreatableFactory factory);
abstract member TryCreateCreatableFactory : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * IPexCreatableFactory -> bool
Protected MustOverride Function TryCreateCreatableFactory (host As IPexExplorationComponent, ByRef factory As IPexCreatableFactory) As Boolean

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

The host.

factory
Microsoft.Pex.Engine.Creatable.IPexCreatableFactory

The factory.

Returns

Applies to