reflection-method-find
CommunityFind C# methods with reflection.
Authorlunafish
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers find specific methods within a C# project using reflection, even private ones, by searching based on method name, class name, and parameters.
Core Features & Use Cases
- Method Discovery: Locate methods across all assemblies in a project.
- Flexible Matching: Supports various matching levels (contains, equals, case-sensitive) for type names, method names, and parameters.
- Private Method Access: Can find private methods, which are often inaccessible through standard means.
- Use Case: A developer needs to find a specific private helper method named
CalculateDiscountwithin a classOrderProcessorthat takes anintand adecimalas parameters.
Quick Start
Find a method named 'CalculateDiscount' in the 'OrderProcessor' class that accepts an integer and a decimal.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: reflection-method-find Download link: https://github.com/lunafish/Game00/archive/main.zip#reflection-method-find Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.