Hello All,
Please have a look in to this link.
http://msdn.microsoft. com/en-us/library/aa392091(VS.85) .aspx
In the above link , they are talking about Wbemperf.dll contains Refresh method.
How can we use this dll in C#.Net?
How to see the exposed methods of that dll, i tried with dependency walker, Not showing Refresh method in that. Showign some default methods like DllCanUnloadNow , DllGetClassObje ct, DllRegisterServ er and DLLUnregisterSe rver.
Please help me...How to see the exposed methods of COM dll and how to make use of that methods in C#.Net.
Please have a look in to this link.
http://msdn.microsoft. com/en-us/library/aa392091(VS.85) .aspx
In the above link , they are talking about Wbemperf.dll contains Refresh method.
How can we use this dll in C#.Net?
How to see the exposed methods of that dll, i tried with dependency walker, Not showing Refresh method in that. Showign some default methods like DllCanUnloadNow , DllGetClassObje ct, DllRegisterServ er and DLLUnregisterSe rver.
Please help me...How to see the exposed methods of COM dll and how to make use of that methods in C#.Net.