This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Assemblies in NGWS
This section describes how assemblies are used by the NGWS runtime at runtime.
Assemblies are core to the NGWS runtime's ability to locate and securely execute code. In particular, assemblies are used by the NGWS runtime to:
- Provide a scope for type resolution
- Locate types to load
- Establish security identity and the set of requested permissions for code.
- Establish a visibility boundary for types