C# Class Microsoft.Cci.ILToCodeModel.DecompiledBlock

A delimited collection of statements to execute in a new (nested) scope.
Inheritance: Microsoft.Cci.MutableCodeModel.BlockStatement
Mostrar archivo Open project: visualmutator/visualmutator Class Usage Examples

Private Methods

Method Description
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