PexRandomExplorableStrategyAttribute.CanCreateSession(TypeEx) Method

Definition

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.

Returns

Applies to