System.Reflection.Emit.OpCodeType Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection.Emit
Summary
Describes the types of the Microsoft intermediate language (MSIL) instructions.
C# Syntax:
[Serializable]
public enum OpCodeType
See also:
System.Reflection.Emit Namespace

System.Reflection.Emit.OpCodeType Member List:

Public Fields
Annotation This enumerator value is reserved and should not be used.
Macro These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, ldarg.0 represents the ldarg0 instruction.
Nternal Describes a reserved Microsoft intermediate language (MSIL) instruction.
Objmodel Describes a Microsoft intermediate language (MSIL) instruction that applies to objects.
Prefix Describes a prefix instruction that modifies the behavior of the following instruction.
Primitive

Hierarchy:


Top of page

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