marshalas in vb.net
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there, Can somebody tell me the utility of marshalas in vb.net 2.0.I mean for what purpose i should use it. Thanks
This is used to tell the .NET CLR how to marshal arguments back and forth when doing interop between managed and unmanaged code, such as when calling into the Win32 API. You can find out more by reading the .NET Developers Guide - Interoperating with Unmanaged Code[^] section.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007