Snmp support in C#?

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top