Skip to content

This library provides a fluent API to search, filter, transform, and cache .NET types by reflecting over applications (using private-bin folders), directories, files, AppDomains, and assemblies.

License

Notifications You must be signed in to change notification settings

NCodeGroup/NCode.Scanners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCode.Scanners

This library provides a fluent API to search, filter, transform, and cache .NET types by probing applications (using private-bin folders), directories, files, and AppDomains, and assemblies.

NCode.Scanners.Cecil

This library provides additional scanners for 'NCode.Scanners' that uses 'Cecil' to inspect assemblies and types without loading them into the current AppDomain.

NCode.Scanners.Reflection

This library provides additional scanners for 'NCode.Scanners' that uses 'Reflection' to inspect assemblies and types which causes them to the loaded into the current AppDomain.

Documentation

See the wiki for usage and reference documentation.

Feedback

Please provide any feedback, comments, or issues to this GitHub project here.

About

This library provides a fluent API to search, filter, transform, and cache .NET types by reflecting over applications (using private-bin folders), directories, files, AppDomains, and assemblies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages