724 packages tagged with “Reflection”
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
gRPC C# Server Reflection
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Contains ServiceStack's high-performance text-processing powers, for more info see: https://github.com/ServiceStack/ServiceStack.Text
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
.NET library that improves your productivity and application performance when performing reflection operations. It allows you to perform metadata lookup and reflection invocation intuitively while achieving greater performance than the built-in .NET Reflection.
Reflection extension system for AspectCore Framework.
A Lightweight Duck Casting Framework for dynamic C#
Framework provides mechanism to compare classes, allows override comparison rules for specific properties and types.
Complement for System.Reflection, including an IL disassembler.
Type and Reflection polyfill extension methods for .NET 3.5+ and .NET Standard 1.0+
Package Description
Ecng system framework
Analyzers for System.Reflection
A collection of useful MethodInfo methods
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore
Extension methods to improve reflection performance.
Fast Accessors Library for .NET Allows you to access any fields of your .NET classes as fast as you want.
The fastest .NET Reflection cache
Adds support for loading configuration, services, logging, command line and more via simple and easy to setup assembly attributes
A collection of helpful ParameterInfo (Reflection) extension methods
A collection of helpful MemberInfo (Reflection) extension methods
Helpers for reflecting over .NET types.
A collection of helpful FieldInfo (Reflection) extension methods
TypeSupport provides tools to give you more information about .Net types and factories for working with objects, collections, enums and more.
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
GrEmit is a library containing different helpers for generating code using Reflection.Emit with the main one being GroboIL - a smart wrapper over ILGenerator.