C# : Marshal class is a bridge between managed memory and unmanaged memory
Marshal provides a collection of methods:
- allocating unmanaged memory,
- copying unmanaged memory blocks,
- converting managed to unmanaged types,
- interacting with unmanaged code.
- allocating unmanaged memory,
- copying unmanaged memory blocks,
- converting managed to unmanaged types,
- interacting with unmanaged code.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home