GetClassInspectorInfo

Syntax

GetClassInspectorInfoResultResult GetClassInspectorInfo(MbId tMb, GetClassInspectorInfoArg tArg)

Parameters

tMb. Repository connection moniker.

tArg. Operation execution parameters.

Description

The GetClassInspectorInfo operation gets information about code elements from the development environment class inspector.

Comments

To execute the operation, in the tMb field specify repository connection moniker, and in the tArg field specify information about the assembly, for which information from the class inspector will be obtained. The moniker can be obtained on executing the OpenMetabase operation.

The operation results in the list of class inspector elements and information about code elements according to the specified information getting parameters.

Examples

Various methods of using the operation are given in the following examples:

Example name
Getting information about interface
Getting information about interface property

See also:

Working with Development Environment