Info
Version: | 5.0.10 |
Author(s): | IRO.Reflection.Core |
Last Update: | Saturday, June 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IT-rolling-out/IRO |
NuGet Url: | https://www.nuget.org/packages/IRO.Reflection.Core |
Install
Install-Package IRO.Reflection.Core
dotnet add package IRO.Reflection.Core
paket add IRO.Reflection.Core
IRO.Reflection.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- IRO.Common.Algorithms(>= 1.0.15)
- IRO.Common(>= 1.0.15)
- Newtonsoft.Json(>= 12.0.1)
What you can do:
- get type name just same as c# code (default generic names is not same);
- build Type inheritance tree (and convert it to sorted list;
- invoke any method with json array or complex object. Useful to build cross-process interfaces;
- find assignable types;
- find types with attribute4
- create generic list or dictionary with reflection;
- create types recursive.