Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.26 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.26 KB

Alphaleonis.Reflection.Metadata

Build status Test status GitHub

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.

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).