Get type information from the server (even if the type does not exist within the current application domain).
| C# | Visual Basic | Visual C++ |
public UserTypeInfo GetTypeInfo( string typeName )
Public Function GetTypeInfo ( _ typeName As String _ ) As UserTypeInfo
public: UserTypeInfo^ GetTypeInfo( String^ typeName )
- typeName (String)
- The name of a type to get information for.
An instance of UserTypeInfo class, containing information about the requested type.