Sunday, July 22, 2007

Unamanaged Code: Marshalling

.net framework uses a unified type system that is different from the types defined in the win32 API
When an unmanaged procedure is called from a .net assembly, the CLR collects the parameters and converts their types in a process called Marshalling

No comments:

Post a Comment