NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Metadata Reflection Sample

This sample demonstrates the usage of the Reflection classes, which are a feature in NGWS. Reflection allows object inspection and dynamic invocation. The reflector program uses NGWS reflection to inspect the methods and properties of the class named on the command line at runtime. You can also invoke the class’s methods at runtime by using the command line switches.

Location of the Sample

This sample list located in the Reflector directory of the NGWS SDK sample directories.

For Example:

C:\NGWSSDK\Samples\Reflector

Building the Sample

In order to properly build and run this sample, the following steps need to be performed prior to building and running the sample.

Running the Sample

In order to run this sample, follow the instructions listed below.