Alphaleonis.Reflection.Metadata is a small utility library containing classes and methods for working with .NET assemblies and their metadata.
See the documentation for more information.
This is a class that can be used to parse, deconstruct and modify a .NET type name.
Class providing some basic information about an assembly file, such as it's name, references, target
framework version and more, without the need to load it into the appdomain with the Assembly.ReflectionOnlyLoad
api.
Utility that can be used to create a strong name key pair file (.snk).