Skip to content

alphaleonis/Alphaleonis.Reflection.Metadata

Repository files navigation

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

About

Small utility library providing some basic functions for working with Assembly metadata and type names.

Resources

License

Stars

Watchers

Forks

Packages

No packages published