Hi, i want to write a C# lib, or a reference service, so that if a application reference my lib, and when the application runs, the function in my function can be run without any invoked?
for example, i got a lib, keep reading the memory usage of the platform, when the memory was up to 80%, i pop up a message to the user, it is time to close the application.
so..when i create a another application, and want my new application has the mem check feature, i just need to reference it then after my new application run, the mem check will be fired together..
so..how can i do these?