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

Afficher le fichier Open project: mwoelk83/Mono.Cecil.Fluent Class Usage Examples

Méthodes publiques

Свойство Type Description
CodePaths CodePath>.Dictionary
JumpTargets HashSet

Méthodes publiques

Méthode Description
FlowControlAnalyzer ( MethodBody body ) : System.Collections.Generic
ValidateFullStackOrThrow ( ) : void

Private Methods

Méthode Description
GetCodePaths ( MethodBody body, HashSet jumptargets ) : CodePath>.Dictionary
GetJumpTargets ( MethodBody body ) : HashSet

Method Details

FlowControlAnalyzer() public méthode

public FlowControlAnalyzer ( MethodBody body ) : System.Collections.Generic
body Mono.Cecil.Cil.MethodBody
Résultat System.Collections.Generic

ValidateFullStackOrThrow() public méthode

public ValidateFullStackOrThrow ( ) : void
Résultat void

Property Details

CodePaths public_oe property

public Dictionary CodePaths
Résultat CodePath>.Dictionary

JumpTargets public_oe property

public HashSet JumpTargets
Résultat HashSet