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!

Managed Classes

After the Runtime has been started and the initial domain(s) has been created, most of the interaction between the host and the Runtime is through COM Interop to a set of managed classes defined in the mscorlib assembly. Most typically the host interacts with System.AppDomain and System.Reflection.Assembly and various classes in System.Security. To access these classes through Interop, run tlbexp on mscorlib.dll and import the resulting typelib in your source file.

See http://urtsdk/docs for a complete description of these classes.