|
|
|
IsNotValid (Object)
|
Validates an object reference and raises an Exception when the
reference is valid
|
|
|
|
IsNotValid (Object, character)
|
Validates an object reference and raises an Exception when the
reference is valid
|
|
|
|
IsValid (Object)
|
Validates an object reference and raises an InvalidReferenceException
when the widget is invalid
|
|
|
|
IsValid (Object, character)
|
Validates an object reference and raises an InvalidReferenceException
when the widget is invalid
|
|
|
|
TypeOf (Object, character)
|
Validates an object reference for validity and the passed in typename
and raises error when the tests fail
|
|
|
|
TypeOf (Object, character, character)
|
Validates an object reference for validity and the passed in typename
and raises error when the tests fail
|