SubclassTypeValidator Class
Assembly: System.Configuration (in system.configuration.dll)
'Declaration Public NotInheritable Class SubclassTypeValidator Inherits ConfigurationValidatorBase 'Usage Dim instance As SubclassTypeValidator
public final class SubclassTypeValidator extends ConfigurationValidatorBase
public final class SubclassTypeValidator extends ConfigurationValidatorBase
Not applicable.
The SubclassTypeValidator class is used to ensure that an object meets specific criteria. The criteria for validation is established when an instance of the SubclassTypeValidator class is created.
The CanValidate method determines whether the type of the object being validated is in fact a Type. The object being validated is passed as a parameter of the Validate method. This method first verifies that the object to validate is not a null reference (Nothing in Visual Basic), and then verifies that the object is a derived class of the expected type.
System.Configuration.ConfigurationValidatorBase
System.Configuration.SubclassTypeValidator
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.