Subject | Polish | English |
comp., MS | domena aplikacji | application domain (A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process) |
comp., MS | domena aplikacji | AppDomain (A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process) |
comp., MS | host domeny aplikacji | application domain host (A host on which the application domain is located) |