https://github.com/hazzik/resharper.reflection
A set of helpers for a reflection API
https://github.com/hazzik/resharper.reflection
Last synced: about 1 month ago
JSON representation
A set of helpers for a reflection API
- Host: GitHub
- URL: https://github.com/hazzik/resharper.reflection
- Owner: hazzik
- License: gpl-3.0
- Created: 2013-11-22T03:53:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T15:05:23.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T23:41:48.341Z (about 2 months ago)
- Language: C#
- Size: 980 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReSharper.Reflection
====================A set of helpers for a reflection API
The plugin adds support of references of reflected fields, properties, events and methods obtained by `Type.GetXXX` methods and all standard operations on those references as find and rename.
