Alphaleonis.Reflection.Metadata
Alphaleonis.Reflection.Metadata is a small utility library containing classes and methods for working with .NET assemblies and their metadata.
TypeIdentifier
This is a class that can be used to parse, deconstruct and modify a .NET type name.
AssemblyInfo
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.
StrongNameKeyPairGenerator
Utility that can be used to create a strong name key pair file (.snk).