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!

Execution

As each method is called for the first time, the method is JIT-compiled, then executed. The next time that method is executed, the existing JIT compiled native code is executed. The process of JIT compiling and then executing the code is repeated until execution is complete. During execution, managed code receives services such as automatic memory management, security, interoperability with legacy unmanaged code, cross-language debugging support, and enhanced deployment and versioning support. For more information about these services, see the following topics: