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
4
using
System
;
5
6
namespace
IKVM.Reflection.Emit
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
}
IKVM.Reflection.Emit
Definition
ArrayMethod.cs:27
System
Definition
HexConverter.cs:9
src
IKVM.CoreLib
Reflection
Emit
OpCodeType.cs
Generated by
1.12.0