Examples of using
Unmanaged code
in English and their translations into Korean
{-}
Colloquial
Ecclesiastic
Ecclesiastic
Programming
Computer
Ability to call unmanaged code.
비관리 코드를 호출할 수 있습니다.
Represents the class that describes how to marshal a field from managed to unmanaged code.
관리 코드에서 비관리 코드로 필드를 마샬링하는 방법을 설명하는 클래스를 나타냅니다. Represents the class that describes how to marshal a field from managed to unmanaged code.
Ability to call unmanaged code.
관리 되지 않는 코드를 호출할 수 있는 권한입니다.
COM components, ActiveX interfaces, and Win32 API functions are examples of unmanaged code.
비관리 코드로는 COM 구성 요소, ActiveX 인터페이스, Windows API 함수 등이 있습니다. COM components, ActiveX interfaces, and Windows API functions are examples of unmanaged code.
Allows managed code to call into unmanaged code without a stack walk.
Suppose your library provides API elements that use files or call unmanaged code.
파일을 사용 하거나 관리 되지 않는 코드를 호출 하는 API 요소를 제공 하는 라이브러리를 가정 합니다.
The unsafe code or the unmanaged code is a code block that uses a pointer variable.
안전하지 않은 코드 또는 관리되지 않는 코드는 포인터 변수를 사용하는 코드 블록입니다.
Module 11: Integrating with Unmanaged Code.
Module 11:관리되지 않는 코드 통합.
NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code..
NET Framework, 비관리 코드 또는 안전 하지 않은 관리 되는 코드에서 액세스 위반이 표시 됩니다는 NullReferenceException 관리 코드에서.
Q: Can you use IntelliTest for unmanaged code?
Q: 비관리 코드에 IntelliTest를 사용할 수 있나요? Q: Can you use IntelliTest for unmanaged code?
NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code..
NET Framework에서는 비관리 코드 또는 안전 하지 않은 관리 코드의 액세스 위반이 관리 코드에서 NullReferenceException로 표시 됩니다. In earlier versions of the.
In Visual Studio, you can create unit tests for unmanaged code written in C++.
Visual Studio에서는 C++로 작성된 관리되지 않는 코드에 대한 단위 테스트를 만들 수 있습니다.
Marshaling provides a collection of methods for allocating unmanaged memory,copying unmanaged memory blocks, and converting managed to unmanaged types, as well as other miscellaneous methods used when interacting with unmanaged code.
관리되지 않는 메모리를 할당하고, 관리되지 않는 메모리 블록을 복사하고, 관리되는 형식을 관리되지 않는 형식으로 변환하는 메서드의 컬렉션 및 비관리 코드와 상호 작용할 때 사용되는 기타 메서드의 컬렉션을 제공합니다. Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks,and converting managed to unmanaged types, as well as other miscellaneous methods used when interacting with unmanaged code.
However, if you do this, callers of your wrappers must have unmanaged code rights in order to succeed.
하지만 이 작업을 성공적으로 수행하려면 래퍼 호출자에게 비관리 코드 권한이 있어야 합니다. However, if you do this, callers of your wrappers must have unmanaged code rights in order to succeed.
Code that targets the runtime isknown as managed code, while code that doesn't target the runtime is known as unmanaged code.
런타임을 대상으로 하는 코드는 관리 코드라고 하지만, 런타임을 대상으로 하지 않는 코드는 비관리 코드라고 합니다. Code that targets the runtime is known as managed code,while code that doesn't target the runtime is known as unmanaged code.
In earlier versions of the. NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code..
이전 버전의. NET Framework, 비관리 코드 또는 안전 하지 않은 관리 되는 코드에서 액세스 위반이 표시 됩니다는 NullReferenceException 관리 코드에서. In earlier versions of the. NET Framework, an access violation in unmanaged code or unsafe managed code is represented by a NullReferenceException in managed code.
Covers attributes you can use when working with unmanaged code.
비관리 코드를 사용할 때 사용할 수 있는 특성을 설명합니다. Covers attributes you can use when working with unmanaged code.
An AccessViolationException occurs only when verifiable managed code interacts with unmanaged code or with unsafe managed code..
AccessViolationException 만 확인할 수 있는 관리 되는 코드가 상호 작용할 때 안전 하지 않은 관리 되는 코드 또는 비관리 코드를 사용 하 여 발생 합니다.
Code that targets the CLR isknown as managed code, whereas code that does not target the CLR is known as unmanaged code.
런타임을 대상으로 하는 코드는 관리 코드라고 하지만, 런타임을 대상으로 하지 않는 코드는 비관리 코드라고 합니다. Code that targets the runtime is known as managed code,while code that doesn't target the runtime is known as unmanaged code.
Provides information about a specific culture(called a locale for unmanaged code development).
특정 문화권(비관리 코드 개발의 경우 로캘이라고 함)에 대한 정보를 제공합니다. Provides information about a specific culture (called a locale for unmanaged code development).
In fact, the concept of code management is a fundamental principal of the runtime. Code that targets the runtime isknown as managed code, while code that dose not target the runtime is known as unmanaged code.
런타임을 대상으로 하는 코드는 관리 코드라고 하지만, 런타임을 대상으로 하지 않는 코드는 비관리 코드라고 합니다. Code that targets the runtime is known as managed code,while code that doesn't target the runtime is known as unmanaged code.
A CLR assembly created with PERMISSION_SET= SAFE may be able toaccess external system resources, call unmanaged code, and acquire sysadmin privileges.
PERMISSION_SET = SAFE로 만든 CLR 어셈블리에서 외부 시스템 리소스에 액세스하고, 비관리 코드를 호출하고, sysadmin 권한을 얻을 수 있습니다.A CLR assembly created with PERMISSION_SET = SAFE may be able to access external system resources,call unmanaged code, and acquire sysadmin privileges.
The code which targets the runtime is known asthe Managed code and code that does not target the runtime is known as unmanaged code.
런타임을 대상으로 하는 코드는 관리 코드라고 하지만, 런타임을 대상으로 하지 않는 코드는 비관리 코드라고 합니다. Code that targets the runtime is known as managed code,while code that doesn't target the runtime is known as unmanaged code.
Exposes the public members of the AppDomain class to unmanaged code.
AppDomain 클래스의 public 멤버를 비관리 코드에 노출합니다. Exposes the public members of the AppDomain class to unmanaged code.
It also helps in the management of code, as code that targets the runtime isknown as the Managed Code and code doesn't target to runtime is known as Unmanaged code.
런타임을 대상으로 하는 코드는 관리 코드라고 하지만, 런타임을 대상으로 하지 않는 코드는 비관리 코드라고 합니다. Code that targets the runtime is known as managed code,while code that doesn't target the runtime is known as unmanaged code.
Indicates how to marshal the data between managed and unmanaged code.
관리 코드와 비관리 코드 간에 데이터를 마샬링하는 방법을 나타냅니다. Indicates how to marshal the data between managed and unmanaged code.
Defines type that provide information about a specific culture(called a locale for unmanaged code development).
특정 문화권(비관리 코드 개발의 경우 로캘이라고 함)에 대한 정보를 제공합니다. Provides information about a specific culture (called a locale for unmanaged code development).
This counter indicates the number of managed objects referenced by unmanaged COM code.
이 카운터는 관리되지 않는 COM 코드에서 참조되는 관리되는 개체 수를 나타냅니다. This counter indicates the number of managed objects referenced by unmanaged COM code.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文