IDisposable/Dynamic

The Dynamic Reflection Library is a small set of classes designed to greatly speed the use of .Net reflection to call constructors, member methods, property setters and getters including those with indexing arguments such as the Item (a.k.a. [] operator), and fields.

34
/ 100
Emerging

This library helps .NET developers who need to interact with methods, properties, or fields of objects whose types aren't known until the program is running. It takes in object references and desired operation names (like a method name or property name) and performs the operation with high performance and type safety. This is for C# or VB.NET developers working on applications that require dynamic behavior.

No commits in the last 6 months.

Use this if you are a .NET developer building an application where you need to call methods or access properties dynamically at runtime, but require near native performance and full type-safety.

Not ideal if your application's logic can be entirely determined at compile-time and does not require dynamic access to object members.

.NET development runtime code generation dynamic programming reflection optimization software architecture
Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 5 / 25
Maturity 16 / 25
Community 13 / 25

How are scores calculated?

Stars

9

Forks

2

Language

C#

License

MS-PL

Last pushed

Jun 01, 2023

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/IDisposable/Dynamic"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.