Class ILOpCodeExtensions
- Namespace
- ICSharpCode.Decompiler.Metadata
- Assembly
- ICSharpCode.Decompiler.dll
public static class ILOpCodeExtensions
- Inheritance
-
ILOpCodeExtensions
- Inherited Members
-
Fields
public static readonly HashSet<string> ILKeywords
Field Value
- HashSet<string>
Methods
public static string GetDisplayName(this ILOpCode opCode)
Parameters
opCode
ILOpCode
Returns
- string
public static OperandType GetOperandType(this ILOpCode opCode)
Parameters
opCode
ILOpCode
Returns
- OperandType
public static bool IsDefined(this ILOpCode opCode)
Parameters
opCode
ILOpCode
Returns
- bool