The TypeManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddUsedNamespace
Adds an imported namespace
Public methodStatic memberCanConvertToType
Determines whether the source type can be converted to the target type
Public methodStatic memberConvertToType
Converts a value to the target type.
Public methodStatic memberDynamicCast
Casts the object to the target type. If the target type is a second base class, uses the custom operators to perform the cast.
Public methodStatic memberGetMember
Returns all the MemberInfo that match the requested member in the type.
Public methodStatic memberIsDerivedFrom
Returns true if the instance if derived from the specified type. It checks also custom operators to support multiple inheritance.
Public methodStatic memberLoadAssembly
Loads the specified assembly, if it's not already loaded.
Public methodStatic memberLookupNamedMenu
Looks up the requested named menu.
Public methodStatic memberLookupType
Returns the requested Type. Looks in all cached assemblies first. If the type is not cached, looks for it in all loaded assemblies. If the type name is not qualified, it qualifies it with all used namespaces at first and all known namespaces at last.

Events

  NameDescription
Public eventStatic memberTypeResolve

See Also