Info
Version: | 5.1.0 |
Author(s): | Penguin.Reflection |
Last Update: | Friday, January 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PenguinCms/Penguin.Reflection |
NuGet Url: | https://www.nuget.org/packages/Penguin.Reflection |
Install
Install-Package Penguin.Reflection
dotnet add package Penguin.Reflection
paket add Penguin.Reflection
Penguin.Reflection Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Penguin.Debugging(>= 5.0.1)
- Penguin.Reflection.Abstractions(>= 5.0.1)
- System.Runtime.Loader(>= 4.3.0)
- Penguin.Debugging(>= 5.0.1)
- Penguin.Reflection.Abstractions(>= 5.0.1)
Supports (requires, for now) whitelisting assemblies and provides methods such as GetAllImplementations, GetAllTypes, GetDerivedTypes, GetMostDerivedType, GetTypeByFullName and more. Very helpful in MetaData driven systems.