How to use IWbemRefresher Interface - Refresh method in C#.Net.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DKn
    New Member
    • Aug 2007
    • 53

    How to use IWbemRefresher Interface - Refresh method in C#.Net.

    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.
Working...