Enum MethodCodeType
- Namespace
- System.Runtime.CompilerServices
- Assembly
- mscorlib.dll
Defines how a method is implemented.
public enum MethodCodeType
Fields
IL = 0This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the method implementation is in Microsoft intermediate language (MSIL).
Native = 1This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the method is implemented in native code.
OPTIL = 2This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the method implementation is in optimized intermediate language (OPTIL).
Runtime = 3This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that the method implementation is provided by the runtime.