MICROSOFT INTERMEDIATE 한국어 뜻 - 한국어 번역

microsoft intermediate

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Microsoft Intermediate Language.
공통 중간 언어.
This was formerly called Microsoft Intermediate Language(MSIL).
CIL은 이전에 MSIL(Microsoft Intermediate Language)이라고 했습니다.
SymbolStore namespace providesclasses that allow you to read and write debug symbol information, such as source line to Microsoft intermediate language(MSIL) maps.
SymbolStore namespace provides classes that allow you to read andwrite debug symbol information, such as source line to Microsoft intermediate language (MSIL) maps.
For example, C and Microsoft Intermediate Language used in. NET(MSIL) allow this.
예를 들어, C 및. NET에서 사용되는 마이크로소프트 중간 언어(MSIL)가 이것을 허용한다.
All. Net source code is compiled to MSIL(Microsoft intermediate language).
모든. NET 프로그램은 MSIL (Microsoft Intermediate Language)이라는 바이트 코드로 컴파일됩니다.
Provides support for alternative ways to generate the Microsoft intermediate language(MSIL) and metadata for a dynamic method, including methods for creating tokens and for inserting the code, exception handling, and local variable signature blobs.
예외 처리 및 지역 변수 시그니처 blob을 삽입하는 메서드 등의 동적 메서드에 대한 MSIL(Microsoft Intermediate Language)과 메타데이터를 생성할 수 있는 다른 방법을 지원합니다. Provides support for alternative ways to generate the Microsoft intermediate language (MSIL) and metadata for a dynamic method, including methods for creating tokens and for inserting the code, exception handling, and local variable signature blobs.
Compilation in C• Compilation of source code to MSIL(Microsoft intermediate language).
JIT 컴파일(JIT compilation), MSIL(Microsoft Intermediate Language).
Of IL Bytes JITted Displays the total number of Microsoft intermediate language(MSIL) bytes compiled by the just-in-time(JIT) compiler since the application started.
Of IL Bytes JITted of IL Bytes JITted 응용 프로그램 이 시작 된 이후 JIT ( Just - In - Time ) 컴파일러 에서 컴파일 된 MSIL ( Microsoft Intermediate Language ) 바이트 의 총수 를 표시 합니다. Displays the total number of Microsoft intermediate language (MSIL) bytes compiled by the just-in-time (JIT) compiler since the application started.
When compiling the source code to managed code,the compiler translates the source into Microsoft intermediate language(MSIL).
언어 컴파일러가 관리되는 코드를 내보낼 때,컴파일러 출력은 Microsoft Intermediate Language (MSIL)로 표시된다.
Describes the operand type of Microsoft intermediate language(MSIL) instruction.
MSIL(Microsoft Intermediate Language) 명령의 피연산자 형식에 대해 설명합니다. Describes the operand type of Microsoft intermediate language (MSIL) instruction.
When you compile any Xamarin platform application,the Mono C(or F) compiler will run and will compile your C and F code into Microsoft Intermediate Language(MSIL).
Xamarin 플랫폼 C 응용 프로그램을 컴파일할 때 Mono (또는 F ) 컴파일러는를 실행 하 고 C 및 F 코드를 MSIL (Microsoft 중간 언어)로 컴파일합니다. When you compile any Xamarin platform application, the Mono C (or F )compiler will run and will compile your C and F code into Microsoft Intermediate Language (MSIL).
Compiling translates your source code into Microsoft intermediate language(MSIL) and generates the required metadata.
컴파일을 통해 소스 코드가 MSIL(Microsoft Intermediate Language)로 변환되고 필요한 메타데이터가 생성됩니다. Compiling translates your source code into Microsoft intermediate language (MSIL) and generates the required metadata.
When you compile your code into a PE file, metadata is inserted into one portion of the file, while your code is converted to Microsoft intermediate language(MSIL) and inserted into another portion of the file.
코드를 PE 파일로 컴파일하면 메타데이터는 PE 파일의 한 부분에 삽입되고 해당 코드는 MSIL(Microsoft Intermediate Language)로 변환되어 파일의 다른 부분에 삽입됩니다.
A call to a static method generates a call instruction in Microsoft intermediate language(MSIL), whereas a call to an instance method generates a callvirt instruction, which also checks for a null object references.
정적 메서드를 호출하면 MSIL(Microsoft Intermediate Language)로 호출 명령이 생성되는 반면, 인스턴스 메서드를 호출하면 null 개체 참조도 확인하는 callvirt 명령이 생성됩니다.A call to a static method generates a call instruction in Microsoft intermediate language ( MSIL ), whereas a call to an instance method generates a callvirt instruction, which also checks for a null object references.
When you will compile the code into a portable executable file, metadata is inserted in one portion of the file and the code is converted into Microsoft Intermediate Language(MSIL) and then inserted into another portion of the file.
코드를 PE 파일로 컴파일하면 메타데이터는 PE 파일의 한 부분에 삽입되고 해당 코드는 MSIL(Microsoft Intermediate Language)로 변환되어 파일의 다른 부분에 삽입됩니다.
When you compile your code for the runtime, it is converted into Microsoft intermediate language(MSIL) and placed inside a portable executable(PE) file along with metadata generated by the compiler.
런타임용으로 코드를 컴파일하는 경우 MSIL(Microsoft Intermediate Language)로 변환되고 컴파일러에서 생성된 메타데이터와 함께 PE(이식 가능한 실행) 파일 내에 배치됩니다. When you compile your code for the runtime, it is converted into Microsoft intermediate language (MSIL) and placed inside a portable executable (PE) file along with metadata generated by the compiler.
The exception that is thrown when a program contains invalid Microsoft intermediate language(MSIL) or metadata.
프로그램에 잘못된 MSIL(Microsoft Intermediate Language) 또는 메타데이터가 있을 경우 throw되는 예외입니다. The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata.
Instruction: When compiling to managed code, the compiler translates your source code into Microsoft intermediate language(MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
관리 코드를 컴파일하는 경우 컴파일러는 소스 코드를 네이티브 코드로 효율적으로 변환될 수 있는 CPU 독립적인 명령 집합인 MSIL(Microsoft Intermediate Language)로 변환합니다. When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
In a Visual Studio project, C or Visual Basic code can be compiled into Microsoft Intermediate language(MSIL) when the Any CPU option is used.
Visual Studio 프로젝트에서는 Any CPU 옵션을 사용할 경우 C 또는 Visual Basic 코드를 MSIL(Microsoft Intermediate language)로 컴파일할 수 있습니다.
Metadata is stored in one section of a. NET Framework portable executable(PE)file, while Microsoft intermediate language(MSIL) is stored in another section of the PE file.
메타데이터는. NET Framework PE 파일의 한 섹션에 저장되고 MSIL은 PE 파일의 다른 섹션에 저장됩니다. Metadata is stored in one section of a. NET Framework portable executable (PE) file,while Microsoft intermediate language (MSIL) is stored in another section of the PE file.
When you compile your code into a PE file, metadata is inserted into oneportion of the file, while your code is converted to Microsoft intermediate language(MSIL) and inserted into another portion of the file.
코드를 PE 파일로 컴파일하면 메타데이터는 PE 파일의 한 부분에 삽입되고 해당 코드는 MSIL(Microsoft Intermediate Language)로 변환되어 파일의 다른 부분에 삽입됩니다. When you compile your code into a PE file, metadata is inserted into one portion of the file,and your code is converted to Microsoft intermediate language (MSIL) and inserted into another portion of the file.
If you compile your source code to managed code, the compiler translates your source code into Microsoft intermediate language(MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
관리 코드를 컴파일하는 경우 컴파일러는 소스 코드를 네이티브 코드로 효율적으로 변환될 수 있는 CPU 독립적인 명령 집합인 MSIL(Microsoft Intermediate Language)로 변환합니다. When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language(MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.
메서드에 ConditionalAttribute를 적용 하면 ConditionalAttribute와 연결 된 조건부 컴파일 기호가 정의 되지 않은 경우 메서드에 대 한 호출을 MSIL (Microsoft 중간 언어)로 컴파일하지 않아야 함을 컴파일러에 나타냅니다. Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language (MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.
Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language(MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.
적용 ConditionalAttribute 메서드를 컴파일러에 알립니다 메서드 호출을 Microsoft와 연결 하는 조건부 컴파일 기호 하지 않는 한 MSIL (intermediate language)로 컴파일해야 해야 ConditionalAttribute 정의 됩니다. Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language (MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.
결과: 24, 시각: 0.0445

문장에서 "microsoft intermediate"을 사용하는 방법

MSIL stands for Microsoft Intermediate Language.
See also Microsoft Intermediate Language (MSIL).
Languages compile to Microsoft Intermediate Language (MSIL).
IL; MSIL; PCode: Microsoft Intermediate Language Code.
What is the Microsoft Intermediate Language (MSIL)?
Formerly called Microsoft Intermediate Language, or MSIL.
This is called Microsoft Intermediate Language (MSIL).
Microsoft Intermediate Language in the case of C#.
Acronym for Microsoft Intermediate Language (or simply IL).
This language is called Microsoft Intermediate Language (MSIL).

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어