User`s guide
286 VEE User’s Guide
7 Using .NET with VEE
Figure 165 Function & Object Browser - .NET Objects
All of the namespaces of the selected assembly are listed in
the Namespace list box. For each Namespace, all of its types
are listed in the Typ e list box and all the members of each
Typ e are listed in the Members list box. Members include
constructors, fields, properties, methods, and enumerations.
If you have used ActiveX in VEE, you will find that selecting
a .NET class member is almost exactly the same process. The
differences are minor and include:
1 COM does not have any shared (static) members. If the
.NET member is a static member, the help area shows the
STATIC keyword and the icon has an
beside it. To
invoke a static member, you will invoke on the class, not
on an object instance. You can use the Function & Object