Snmp support in C#?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i implement SNMP management application in C#/.NET
In the regural Visual studio i've used the library mgmtapi.lib and snmpapi.lib
I can't find anything similar to this in .NET.
 
Hi Irene,

I also have to develop a very simple snmp manager app in .NET.
As far as I have read, with the "declare" statement you can define the interface to any external dll like mgmtapi.dll. My problem is that I have no been able to figure out how to define the correct paramethers types for the calls. It would be a great help to me if you could post your variable definitions (vb or c#) for these calls (Even in previuos versions of the Visual Studio)

Thanks,

Luis
 
Back
Top