DocsByReflection icon indicating copy to clipboard operation
DocsByReflection copied to clipboard

Discover the code documentation at runtime by reflection.

Results 4 DocsByReflection issues
Sort by recently updated
recently updated
newest added

Current version not working correct in case of generic interfaces, it should work similar to Type.

- assembly.codebase is deprecated - assembly.location contains a normal file path without file:// prefix - supports UNC shares (see issue #18), which previous code did not - removes need for...

To test: create a compiled command-line tool that uses `DocsByReflection` about itself. You can even hit it using administrative shares: `\\localhost\C$\git\MySolution\MyApp\bin\debug\MyApp.exe`. ``` Error ---> DocsByReflection.DocsByReflectionException: Could not ascertain assembly filename...

When trying to look up documentation for a method that has out or ref parameters DocsService.GetXmlFromMember fails. I originally tried using the code here http://jimblackler.net/blog/?p=49 and ran into this issue....