|
-
July 21st, 2009, 06:55 AM
#4
Re: Exposing C# types from a windows service
If you can get ahold of the assembly where the types are defined you could load them but this is not ideal and I do not recommend it. You can rename the Service.exe to Service.dll and add it as a reference in your project. After all -- executables are just class libraries with an entry point
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|