This document contains the
release information for the NGWS Managed Class Viewer sample You will find the following sections below:
This sample is an ASP+ based managed class viewer that dynamically generates syntax and description information about NGWS classes. By using reflection to obtain information about classes and interfaces, this tool provides accurate up-to-date class lists, member lists, and syntax. Visual Basic class declarations use "NotInheritable" to indicate classes the cannot be subclassed. LangUtil displays the "sealed" keyword which is a property of the Type object representing the class. Multidimensional arrays are not unwound. They will appear in LangUtil as "Array[]"
Note: The LangUtil library incorrectly implement all the declarations in all the supported languages as documented below, so you should not expect that all the declarations will compile. The NGWS SDK documentation contains the proper declarations for the supported languages.
Known Issues:
This sample list located in the ClsView
directory of the NGWS SDK sample directories.
For
Example:
C:\Program Files\NGWSSDK\Samples\ClsView
In order to properly build and run this sample, the
following steps need to be performed prior to building and running the sample…
·
Type
NMAKE ALL from the command line.
For Example:
C:\Program Files\NGWSSDK\Samples\ClsView\:>NMAKE ALL
In order to run this sample, follow the
instructions listed below.
For Example:
http://localhost/ClsView/Default.aspx