C# Class Mono.Cecil.Fluent.Analyzer.FlowControlAnalyzer

Show file Open project: mwoelk83/Mono.Cecil.Fluent Class Usage Examples

Public Properties

Property Type Description
CodePaths CodePath>.Dictionary
JumpTargets HashSet

Public Methods

Method Description
FlowControlAnalyzer ( MethodBody body ) : System.Collections.Generic
ValidateFullStackOrThrow ( ) : void

Private Methods

Method Description
GetCodePaths ( MethodBody body, HashSet jumptargets ) : CodePath>.Dictionary
GetJumpTargets ( MethodBody body ) : HashSet

Method Details

FlowControlAnalyzer() public method

public FlowControlAnalyzer ( MethodBody body ) : System.Collections.Generic
body Mono.Cecil.Cil.MethodBody
return System.Collections.Generic

ValidateFullStackOrThrow() public method

public ValidateFullStackOrThrow ( ) : void
return void

Property Details

CodePaths public property

public Dictionary CodePaths
return CodePath>.Dictionary

JumpTargets public property

public HashSet JumpTargets
return HashSet