System.Runtime.CompilerServices.MethodCodeType Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.CompilerServices
Summary
Defines how a method is implemented.
C# Syntax:
[Serializable]
public enum MethodCodeType
Remarks
Used with MethodImplAttribute.

The classes in System.Runtime.CompilerServices are for compiler writers use only.

See also:
System.Runtime.CompilerServices Namespace

System.Runtime.CompilerServices.MethodCodeType Member List:

Public Fields
IL Specifies that the method implementation is in Microsoft intermediate language (MSIL).
Native Specifies that the method is implemented in native code.
OPTIL Specifies that the method implementation is in optimized intermediate language (OPTIL).
Runtime Specifies that the method implementation is provided by the runtime.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.