Click here to Skip to main content
15,885,278 members
Articles / Web Development / CSS

C# An Example of a COM Parser, Embed COM Interface DLLs in a *.cs file

Rate me:
Please Sign up or sign in to vote.
4.67/5 (10 votes)
21 Jan 2011CPOL2 min read 38.1K   14  
This is an example of how you may take a COM *.dll file, and binary-embed it inside your C# project as a *.cs file. You can create a fully functional COM interface in managed enviroment using the steps described in the project.

Views

Daily Counts

License

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


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions