Does anyone know of a document/book/webpage that maps the Win32 API
functions we all know and love to the .Net Framework equivalents?  For
example, when finding files in a directory, I might use
FindFirstFile(...) in my old Win32 days.  But now I have the framework,
and it oftens takes a bit of time to find the fact that I'd really need
DirectoryInfo.GetFileSystemInfo(...) to achieve equivalent
functionality.

It doesn't have to be 100% accurate, or contain every function, but if
it could shove me in the right direction, it'd help quite a bit.  Does
this resource exist?

Thanks,

Casey

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to