PexPreparableFromFactoriesAttributeBase.GetUncachedPreparables Method

Definition

Gets the list of preparable methods

protected:
 abstract void GetUncachedPreparables(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, Microsoft::ExtendedReflection::Collections::SafeList<Microsoft::Pex::Engine::Preparable::IPexPreparableDefinition ^> ^ preparables);
protected abstract void GetUncachedPreparables (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition> preparables);
abstract member GetUncachedPreparables : Microsoft.Pex.Engine.ComponentModel.IPexComponent * Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition> -> unit
Protected MustOverride Sub GetUncachedPreparables (host As IPexComponent, preparables As SafeList(Of IPexPreparableDefinition))

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent
preparables
Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition>

Applies to