iWay .NET Technology Adapter supports the following
object types and Interfaces:
- Assembly. Retrieves the information on the Assembly
and the classes in the Assembly. The Assembly scope is the highest
level of adapter application support.
- Classes. Retrieves the public methods of each public
class.
- Method. Retrieves the name, parameters and the return
type.
- Field. Retrieves the information on fields defined in
methods and classes.
- Parameter. Retrieves the information on parameters such
as type, in, out, or required.