GetClassInspectorInfoResultResult GetClassInspectorInfo(MbId tMb, GetClassInspectorInfoArg tArg)
tMb. Repository connection moniker.
tArg. Operation execution parameters.
The GetClassInspectorInfo operation gets information about code elements from the development environment class inspector.
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.
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: