Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Syntax
Dim result As System.Type = GetType(typename)
Description
The GetType operator returns information about a particular type or instance, such as the name, base type, reference or value type status, COM-related GUID, namespace, and so on. Usage at a Glance
Version Differences
The GetType operator is new to VB under .NET. See Also
CType Function |
Категории