R
Russell Mangel
Jon Skeet said:I disagree heartily with that statement. It's true for a *few* areas
of the framework, but far from most. What's your basis for this claim?
Jon
When I said .NET framework, I should have said BCL (Base Class Library).
Saying *most* might be an exageration, but saying a *few* areas is a gross
understatement. But then I spend alot of time doing C# Interop and C++/CLI
Interop.
Okay I'll re-word, if you write a program that needs data from Windows in
some form. i.e. A file, a directory, a permission, a handle, a value from
the registry, some data from the network, or some data from Active
Directory. There will be a call to an un-managed windows .dll file.
Why is there such great support for calling Un-Managed code via pinvoke?
Because Microsoft needed it to build the BCL.
Russ.