jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Interop method names #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The plugin suggest to rename an interop method which is useless.

For example

[DllImport("module")]
public static extern bool _fooBar(); // Rename to "FooBar" may broke the code.

All static extern methods should be ignored.
Same for methods in an interface marked with [ComImportAttribute]

Original issue reported on code.google.com by pblu...@gmail.com on 2 Apr 2008 at 11:08

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 2 Apr 2008 at 11:12

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 9 Apr 2008 at 3:33