PexExplorableFromFactoriesAttributeBase.GetUncachedExplorables 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.
Gets the list of explorable methods
protected:
abstract void GetUncachedExplorables(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, Microsoft::ExtendedReflection::Collections::SafeList<Microsoft::Pex::Engine::Explorable::IPexExplorable ^> ^ explorables);
protected abstract void GetUncachedExplorables (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable> explorables);
abstract member GetUncachedExplorables : Microsoft.Pex.Engine.ComponentModel.IPexComponent * Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable> -> unit
Protected MustOverride Sub GetUncachedExplorables (host As IPexComponent, explorables As SafeList(Of IPexExplorable))
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
- explorables
- Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable>