Click here to Skip to main content
15,867,977 members
Articles / Programming Languages / C#

Demonstrating Custom Attributes: Build An Assembly Searching Tool.

Rate me:
Please Sign up or sign in to vote.
4.56/5 (10 votes)
25 Dec 2005CPOL32 min read 49.3K   332   39  
Build an assembly searching system via custom attributes and reflection.
echo off
echo Install Assembly KAParameters01.exe into the Global Assembly Cache...
gacutil -i .\bin\Debug\KAParameters01.exe

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer NEC
Singapore Singapore
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Comments and Discussions