Chad Mancl

Chad Mancl

  • NA
  • 11
  • 0

Reflection

Jul 30 2008 1:04 PM
I am fairly new to C# .net...I've been a VB6 developer for a number of years.

I am developing a Windows Service.  This service will be very basic in it's functions.  It will control the worker threads and store and application data needed for processing.  Each thread will call a 'Base Class' dll (a reference) which in turn does a variety of tasks...database look-ups, creating new assemblies...etc...and will eventually return the the service and the thread will end.

My problem is that I want to access the 'Global' Application data stored in the service from the 'Base Class' dll (and any other assemblies created) with out passing the information through each function called.

Hope this makes sense.

thanks,

Chad

Answers (1)