PexExplorableAttributeBase.TryCreateExplorable 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.
Creates the explorable instance
protected:
abstract bool TryCreateExplorable(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Explorable::IPexExplorable ^ % explorable);
protected abstract bool TryCreateExplorable (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, out Microsoft.Pex.Engine.Explorable.IPexExplorable explorable);
abstract member TryCreateExplorable : Microsoft.Pex.Engine.ComponentModel.IPexComponent * IPexExplorable -> bool
Protected MustOverride Function TryCreateExplorable (host As IPexComponent, ByRef explorable As IPexExplorable) As Boolean
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
The host.
- explorable
- Microsoft.Pex.Engine.Explorable.IPexExplorable
The explorable.