Keyword

GetTypeInfo


Description

Returns a TypeInfo object for the passed object type.

Usage

result = GetTypeInfo(objectType)

Part

Type

Description

result

TypeInfo

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

Project Types

All

Operating Systems

All