API list viewer for C#

  • Thread starter Thread starter ksskumar
  • Start date Start date
K

ksskumar

Hi,

Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.

But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name and get it from some other sample.

Any tool (like API text viewer) is there for access APIs in .NET
especially for C#?

Thanks in advance,
kumar
 
Well, the API is the API. Even the viewer that shipped with VS6 had some bad
declares that you had to fix. You're far better off just learning to
translate to C#.
 
Back
Top