K
KK
Hi
Is there a way to call a static method in a service?
For example, NT service is an instance of a class.
ServicesToRun = new System.ServiceProcess.ServiceBase[] { new FooClass() };
I want to findout wether a static mthod in this FooClass can be
accessed from another assembly in another application ?
regards
KK
Is there a way to call a static method in a service?
For example, NT service is an instance of a class.
ServicesToRun = new System.ServiceProcess.ServiceBase[] { new FooClass() };
I want to findout wether a static mthod in this FooClass can be
accessed from another assembly in another application ?
regards
KK