Click or drag to resize

ILProcessor Class

Inheritance Hierarchy
SystemObject
  Mono.Cecil.CilILProcessor

Namespace:  Mono.Cecil.Cil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public sealed class ILProcessor

The ILProcessor type exposes the following members.

Properties
  NameDescription
Public propertyBody
Top
Methods
  NameDescription
Public methodAppend
Public methodCreate(OpCode)
Public methodCreate(OpCode, CallSite)
Public methodCreate(OpCode, Instruction)
Public methodCreate(OpCode, Instruction)
Public methodCreate(OpCode, VariableDefinition)
Public methodCreate(OpCode, FieldReference)
Public methodCreate(OpCode, MethodReference)
Public methodCreate(OpCode, ParameterDefinition)
Public methodCreate(OpCode, TypeReference)
Public methodCreate(OpCode, Byte)
Public methodCreate(OpCode, Double)
Public methodCreate(OpCode, Int32)
Public methodCreate(OpCode, Int64)
Public methodCreate(OpCode, SByte)
Public methodCreate(OpCode, Single)
Public methodCreate(OpCode, String)
Public methodEmit(OpCode)
Public methodEmit(OpCode, CallSite)
Public methodEmit(OpCode, Instruction)
Public methodEmit(OpCode, Instruction)
Public methodEmit(OpCode, VariableDefinition)
Public methodEmit(OpCode, FieldReference)
Public methodEmit(OpCode, MethodReference)
Public methodEmit(OpCode, ParameterDefinition)
Public methodEmit(OpCode, TypeReference)
Public methodEmit(OpCode, Byte)
Public methodEmit(OpCode, Double)
Public methodEmit(OpCode, Int32)
Public methodEmit(OpCode, Int64)
Public methodEmit(OpCode, SByte)
Public methodEmit(OpCode, Single)
Public methodEmit(OpCode, String)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertAfter
Public methodInsertBefore
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodReplace
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also