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

ファイルを表示 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_oe property

public Dictionary CodePaths
return CodePath>.Dictionary

JumpTargets public_oe property

public HashSet JumpTargets
return HashSet