Keyword
GetTypeInfo
Description
Returns a TypeInfo object for the passed object type.
Usage
result = GetTypeInfo(objectType)
Part |
Type |
Description |
---|---|---|
result |
The TypeInfo object for the passed object type. |
|
objectType |
Object Class |
The object for which you want to obtain TypeInfo information. |
Sample code
Get TypeInfo for a class called Class1:
Var ti As Introspection.TypeInfo = GetTypeInfo(Class1)
Compatibility
All project types on all supported operating systems.
See also
Introspection module; AttributeInfo, ConstructorInfo, MemberInfo, MethodInfo, ObjectIterator, ParameterInfo, PropertyInfo, TypeInfo classes.