Skip to content

Conversation

@who-dat-sew
Copy link

Link to issue(s) this pull request covers:
-

Problem

I want to find all the interface methods that are implemented by the analyzed method. This makes navigating unknown assemblies easier if they are predominantly programmed against interfaces instead of classes.

Solution

The 'method implements interface' analyzer shows all interface methods that are implemented by the analyzed method.

The implementation is analogous to the 'interface method implemented by' analyzer (InterfaceMethodImplementedByNode.cs), that implements the reverse analysis direction of the analyzer implemented here in this commit.

In the current state, COM interfaces are not considered in this analyzer.

The 'method implements interface' analyzer shows all interface methods that are implemented by the analyzed method.

The implementation is analogous to the 'interface method implemented by' analyzer (InterfaceMethodImplementedByNode.cs), that implements the reverse analysis direction of the analyzer implemented here in this commit.

In the current state, COM interfaces are not considered in this analyzer.
@who-dat-sew
Copy link
Author

@ElektroKill have you missed his PR by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant