PexRandomExplorableStrategyAttribute.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:
override bool CanCreateSession(Microsoft::ExtendedReflection::Metadata::TypeEx ^ explorableType);
public override bool CanCreateSession (Microsoft.ExtendedReflection.Metadata.TypeEx explorableType);
override this.CanCreateSession : Microsoft.ExtendedReflection.Metadata.TypeEx -> bool
Public Overrides Function CanCreateSession (explorableType As TypeEx) As Boolean
Parameters
- explorableType
- Microsoft.ExtendedReflection.Metadata.TypeEx
The type.