PexRandomExplorableStrategyAttribute.CreateSession(IPexExplorationComponent, TypeEx) Método

Definição

Cria uma nova sessão.

public:
 override Microsoft::Pex::Engine::Explorable::IPexExplorableStrategySession ^ CreateSession(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, Microsoft::ExtendedReflection::Metadata::TypeEx ^ explorableType);
public override Microsoft.Pex.Engine.Explorable.IPexExplorableStrategySession CreateSession (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, Microsoft.ExtendedReflection.Metadata.TypeEx explorableType);
override this.CreateSession : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.Pex.Engine.Explorable.IPexExplorableStrategySession
Public Overrides Function CreateSession (host As IPexExplorationComponent, explorableType As TypeEx) As IPexExplorableStrategySession

Parâmetros

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

O host.

explorableType
Microsoft.ExtendedReflection.Metadata.TypeEx

O tipo.

Retornos

Microsoft.Pex.Engine.Explorable.IPexExplorableStrategySession

Aplica-se a