APPLICATION DOMAINS 한국어 뜻 - 한국어 번역

[ˌæpli'keiʃn dəʊ'meinz]
[ˌæpli'keiʃn dəʊ'meinz]
application domains
애플리케이션 도메인은
응용 프로그램 도메인
application domains
application domains in the

영어에서 Application domains 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Programming with application domains.
애플리케이션 도메인으로 프로그래밍Programming with application domains.
Also, application domains are used to isolate tasks that should not share data.
또한 데이터를 공유 해야 하는 작업을 격리 하기 애플리케이션 도메인을 사용할 수 있습니다.
This is the relation between application domains and assemblies.
이 섹션에서는 애플리케이션 도메인과 어셈블리 사이의 관계에 대해 설명합니다.
The unmanaged interfaces described in the common language runtime Hosting Interfaces Specification also provide access to application domains.
또한 공용 언어 런타임 호스팅 인터페이스 사양에 설명되어 있는 관리되지 않는 인터페이스를 사용하여 애플리케이션 도메인에 액세스할 수도 있습니다.
Describes the relationship between application domains and assemblies.
이 섹션에서는 애플리케이션 도메인과 어셈블리 사이의 관계에 대해 설명합니다.
Rate of Assemblies Displays the number of assemblies loaded per second across all application domains.
Rate of AssembliesRate of Assemblies 모든 응용 프로그램 도메인에 초당 로드된 어셈블리 수를 표시합니다. Displays the number of assemblies loaded per second across all application domains.
The isolation provided by application domains has the following benefits.
애플리케이션 도메인에서 제공하는 격리에는 다음과 같은 몇 가지 이점이 있습니다.
Assemblies can be unloaded from the process by unloading application domains.
그러나 어셈블리가 로드된 모든 애플리케이션 도메인을 언로드하여 프로세스에서 어셈블리를 언로드할 수는 있습니다.
For more information on application domains, see Application Domains.
응용 프로그램 도메인에 대한 자세한 내용은 응용 프로그램 도메인을 참조하세요.
NET CLR Loading categoryincludes counters that provide information about assemblies, classes, and application domains that are loaded.
NET CLR 로드 범주에는 로드된 어셈블리,클래스 및 응용 프로그램 도메인에 대한 정보를 제공하는 카운터가 포함됩니다.
Use this setting when there are multiple application domains in the process, all of which run the same code.
프로세스에 여러 애플리케이션 도메인이 있고 모두 동일한 코드를 실행하는 경우 이 설정을 사용합니다. Use this setting when there are multiple application domains in the process, all of which run the same code.
In this case, the caller and the object being referenced are in different application domains.
이 경우 참조되는 개체와 호출자는 서로 다른 애플리케이션 도메인에 있습니다. In this case, the caller and the object being referenced are in different application domains.
Do not send hash codes across application domains or processes.
응용 프로그램 도메인 또는 프로세스에서 해시 코드를 보내지 않습니다. Do not send hash codes across application domains or processes.
Therefore, do not open a stream and then pass it to less-trusted code or application domains.
따라서 스트림을 열지 말고, 이것을 신뢰할 수 없는 코드 또는 애플리케이션 도메인으로 전달합니다. Therefore, do not open a stream and then pass it to less-trusted code or application domains.
Application domains provide an isolation boundary for security, reliability, and versioning, and for unloading assemblies.
애플리케이션 도메인은 보안, 안정성, 버전 관리, 어셈블리 언로드를 위해 격리 경계를 제공합니다. Application domains provide an isolation boundary for security, reliability, and versioning, and for unloading assemblies.
There is not a one-to-one correlation between application domains and threads.
애플리케이션 도메인과 스레드 간에는 일대일 상관 관계가 없습니다. There is not a one-to-one correlation between application domains and threads.
The common language runtime loader manages application domains, which constitute defined boundaries around objects that have the same application scope.
공용 언어 런타임 로더는 같은 애플리케이션 범위가 포함된 개체 주위의 경계를 구성하는 애플리케이션 도메인을 관리합니다. The common language runtime loader manages application domains, which constitute defined boundaries around objects that have the same application scope.
However, sometimes an application program might also want to work with application domains.
그러나 때때로 애플리케이션에서 애플리케이션 도메인을 사용할 수도 있습니다. However, sometimes an application program might also want to work with application domains.
Application domains are typically created by runtime hosts, which are responsible for bootstrapping the common language runtime before an application is run.
애플리케이션 도메인은 일반적으로 애플리케이션이 실행되기 전에 공용 언어 런타임을 부트스트래핑해야 하는 런타임 호스트에 의해 만들어집니다. Application domains are typically created by runtime hosts, which are responsible for bootstrapping the common language runtime before an application is run.
Rate of appdomains Displays the number of application domains loaded per second.
Rate of appdomainsRate of appdomains 초당 로드된 응용 프로그램 도메인 수를 표시합니다. Displays the number of application domains loaded per second.
Bytes in Loader Heap Displays the current size, in bytes, of the memory committed by the class loader across all application domains.
Bytes in Loader HeapBytes in Loader Heap 모든 응용 프로그램 도메인에 클래스 로더가 커밋된 메모리의 현재 크기(바이트)를 표시합니다. Displays the current size, in bytes, of the memory committed by the class loader across all application domains.
This is useful for hosts such as ASP. NET that use many application domains in a long-running process.
이는 장기 실행 프로세스에서 많은 애플리케이션 도메인을 사용하는 ASP. NET과 같은 호스트에 유용합니다. This is useful for hosts such as ASP. NET that use many application domains in a long-running process.
The common language runtime does not supportserialization of global methods, so delegates cannot be used to execute global methods in other application domains.
공용 언어 런타임에서는 전역 메서드의 serialization을 지원하지 않으므로 다른 애플리케이션 도메인에서 대리자를 사용하여 전역 메서드를 실행할 수 없습니다. The common language runtime does not support serialization of global methods,so delegates cannot be used to execute global methods in other application domains.
Rate of appdomains unloaded Displays the number of application domains unloaded per second.
Rate of appdomains unloadedRate of appdomains unloaded 초당 언로드된 응용 프로그램 도메인 수를 표시합니다. Displays the number of application domains unloaded per second.
Application domains provide a more secure and versatile unit of processing that the common language runtime can use to provide isolation between applications..
애플리케이션 도메인은 공용 언어 런타임에서 애플리케이션 간에 격리를 제공하기 위해 사용할 수 있는 더욱 안전한 다용도의 처리 단위를 제공합니다. Application domains provide a more secure and versatile unit of processing that the common language runtime can use to provide isolation between applications.
Current appdomains Displays the current number of application domains loaded in this application..
Current appdomainsCurrent appdomains 이 응용 프로그램에 로드된 응용 프로그램 도메인의 현재 개수를 표시합니다. Displays the current number of application domains loaded in this application.
Application domains that are used for running partially trusted code have permissions that define the protected resources that are available when running within that AppDomain.
부분적으로 신뢰할 수 있는 코드에 사용되는 응용 프로그램 도메인에는 해당 AppDomain 내에서 실행할 때 사용할 수 있는 보호된 리소스를 정의하는 권한이 있습니다. Application domains that are used for running partially trusted code have permissions that define the protected resources that are available when running within that AppDomain.
However, the assembly can be unloaded from the process by unloading all the application domains in which it is loaded.
그러나 어셈블리가 로드된 모든 애플리케이션 도메인을 언로드하여 프로세스에서 어셈블리를 언로드할 수는 있습니다. However, the assembly can be unloaded from the process by unloading all the application domains in which it is loaded.
If an assembly is loaded domain-neutral, all application domains that share the same security grant set can share the same JIT-compiled code, which reduces the memory required by the application..
어셈블리가 도메인 중립적으로 로드되는 경우 같은 보안 권한 설정을 공유하는 모든 애플리케이션 도메인은 동일한 JIT-컴파일된 코드를 공유할 수 있습니다. If an assembly is loaded domain-neutral, all application domains that share the same security grant set can share the same JIT-compiled code.
Because it does not use network communication, the IPC channel is much fasterthan the HTTP and TCP channels, but it can only be used for communication between application domains on the same physical computer.
IPC 채널은 네트워크 통신을 사용하지 않으므로 HTTP 및TCP 채널보다 훨씬 빠르지만, 동일한 실제 컴퓨터의 응용 프로그램 도메인 간 통신에만 사용할 수 있습니다.
결과: 42, 시각: 0.0396

문장에서 "application domains"을 사용하는 방법

Multiple application domains can exist in a single process.
Application domains are logistics, manufacturing, and service-based business networks.
Otherwise, on which application domains do you actually work?
Creates and stops application domains for a Web-application manager.
Manages ASP.NET application domains for an ASP.NET hosting application.
The application domains include media, finance, e-commerce and medicine.
Major application domains are currently health care and wellness.
Application domains include personalized mobile health and web analysis.
Many traditional application domains are now becoming data intensive.
Solving different application domains without needing to use EJB.
자세히보기

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어