Partager via


PexExceptionValidatorAttributeBase.IsSourceValid(String) Method

Definition

Determines whether the source assembly is allowed.

protected:
 abstract bool IsSourceValid(System::String ^ assemblyName);
protected abstract bool IsSourceValid (string assemblyName);
abstract member IsSourceValid : string -> bool
Protected MustOverride Function IsSourceValid (assemblyName As String) As Boolean

Parameters

assemblyName
String

The assembly name

Returns

Returns Boolean.

Applies to