PexExceptionValidatorAttributeBase.IsSourceValid(String) 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 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.