Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OpCodeType.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Emit
;
2
3
public
enum
OpCodeType
4
{
5
[Obsolete(
"OpCodeType.Annotation has been deprecated and is not supported."
)]
6
Annotation
,
7
Macro
,
8
Nternal
,
9
Objmodel
,
10
Prefix
,
11
Primitive
12
}
System.Reflection.Emit.OpCodeType
OpCodeType
Definition
OpCodeType.cs:4
System.Reflection.Emit.OpCodeType.Primitive
@ Primitive
System.Reflection.Emit.OpCodeType.Macro
@ Macro
System.Reflection.Emit.OpCodeType.Annotation
@ Annotation
System.Reflection.Emit.OpCodeType.Prefix
@ Prefix
System.Reflection.Emit.OpCodeType.Objmodel
@ Objmodel
System.Reflection.Emit.OpCodeType.Nternal
@ Nternal
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
source
System.Private.CoreLib
System.Reflection.Emit
OpCodeType.cs
Generated by
1.10.0