Type::Definition Exists Method
Syntax
L flag = type::Definition::Exists("mynamespace::mytype")
Arguments
- mynamespace::mytype
Character
Description
Return true of a type exists (may or may not have metadata).
Discussion
Check if a type in a specified namespace exists. This method is particularly useful for checking if a .NET dll has been successfully registered.