PexExplorableStrategyAttributeBase.CanCreateSession(TypeEx) 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.
Determines whether this instance can create a session of the specified type.
public:
abstract bool CanCreateSession(Microsoft::ExtendedReflection::Metadata::TypeEx ^ explorableType);
public abstract bool CanCreateSession (Microsoft.ExtendedReflection.Metadata.TypeEx explorableType);
abstract member CanCreateSession : Microsoft.ExtendedReflection.Metadata.TypeEx -> bool
Public MustOverride Function CanCreateSession (explorableType As TypeEx) As Boolean
Parameters
- explorableType
- Microsoft.ExtendedReflection.Metadata.TypeEx
The type.
Returns
Returns Boolean.
Implements
Microsoft.Pex.Engine.Explorable.IPexExplorableStrategy.CanCreateSession(Microsoft.ExtendedReflection.Metadata.TypeEx)