PexExplorableFromMethodAttribute.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:
override bool TryCreateExplorable(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Explorable::IPexExplorable ^ % explorable);
protected override bool TryCreateExplorable (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, out Microsoft.Pex.Engine.Explorable.IPexExplorable explorable);
override this.TryCreateExplorable : Microsoft.Pex.Engine.ComponentModel.IPexComponent * IPexExplorable -> bool
Protected Overrides 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.