IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
OpCodeType.cs
Go to the documentation of this file.
1// Licensed to the .NET Foundation under one or more agreements.
2// The .NET Foundation licenses this file to you under the MIT license.
3
4using System;
5
7{
11 internal enum OpCodeType
12 {
13 [Obsolete("OpCodeType.Annotation has been deprecated and is not supported.")]
14 Annotation = 0,
15 Macro = 1,
16 Nternal = 2,
17 Objmodel = 3,
18 Prefix = 4,
19 Primitive = 5,
20 }
21}