C# Класс Microsoft.Cci.ILToCodeModel.DecompiledBlock

A delimited collection of statements to execute in a new (nested) scope.
Наследование: Microsoft.Cci.MutableCodeModel.BlockStatement
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
DecompiledBlock ( uint startOffset, uint endOffset, Sublist containedBlocks, bool isLexicalScope ) : System.Collections.Generic

A delimited collection of statements to execute in a new (nested) scope.

FirstExecutableStatementIs ( IStatement statement ) : bool
GetBasicBlocksForRange ( uint startOffset, uint endOffset ) : Sublist>
GetStartOffset ( BasicBlock basicBlock ) : uint
RemoveAndReturnInitialLabel ( ) : LabeledStatement
ReplaceInitialLabel ( LabeledStatement labeledStatement ) : void
ReturnInitialLabel ( ) : LabeledStatement