C# Класс Catel.Fody.InstructionListExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Append ( this collection ) : void
BeforeLast ( this collection ) : void
GetFirstSequencePoint ( this instructions ) : SequencePoint
GetPreviousInstruction ( this instructions, Instruction instruction ) : Instruction
GetSequencePoint ( this instructions, Instruction instruction ) : SequencePoint
Insert ( this collection, int index ) : int
Insert ( this collection, int index, List instructions ) : int
MoveInstructionsToEnd ( this instructions, int startIndex, int length ) : void
Prepend ( this collection ) : void
UsesField ( this instructions, FieldDefinition field ) : bool
UsesType ( this instructions, Mono.Cecil.TypeDefinition typeDefinition ) : bool

Описание методов

Append() публичный статический Метод

public static Append ( this collection ) : void
collection this
Результат void

BeforeLast() публичный статический Метод

public static BeforeLast ( this collection ) : void
collection this
Результат void

GetFirstSequencePoint() публичный статический Метод

public static GetFirstSequencePoint ( this instructions ) : SequencePoint
instructions this
Результат Mono.Cecil.Cil.SequencePoint

GetPreviousInstruction() публичный статический Метод

public static GetPreviousInstruction ( this instructions, Instruction instruction ) : Instruction
instructions this
instruction Mono.Cecil.Cil.Instruction
Результат Mono.Cecil.Cil.Instruction

GetSequencePoint() публичный статический Метод

public static GetSequencePoint ( this instructions, Instruction instruction ) : SequencePoint
instructions this
instruction Mono.Cecil.Cil.Instruction
Результат Mono.Cecil.Cil.SequencePoint

Insert() публичный статический Метод

public static Insert ( this collection, int index ) : int
collection this
index int
Результат int

Insert() публичный статический Метод

public static Insert ( this collection, int index, List instructions ) : int
collection this
index int
instructions List
Результат int

MoveInstructionsToEnd() публичный статический Метод

public static MoveInstructionsToEnd ( this instructions, int startIndex, int length ) : void
instructions this
startIndex int
length int
Результат void

Prepend() публичный статический Метод

public static Prepend ( this collection ) : void
collection this
Результат void

UsesField() публичный статический Метод

public static UsesField ( this instructions, FieldDefinition field ) : bool
instructions this
field Mono.Cecil.FieldDefinition
Результат bool

UsesType() публичный статический Метод

public static UsesType ( this instructions, Mono.Cecil.TypeDefinition typeDefinition ) : bool
instructions this
typeDefinition Mono.Cecil.TypeDefinition
Результат bool