PexExplorableFromMethodAttribute.TryCreateExplorable Method

Definition

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.

Returns

Applies to