The InTheHand.Runtime.InteropServices namespace provides a wide variety of members that support COM interop and platform invoke services.
| C# | Visual Basic |
namespace InTheHand.Runtime.InteropServices
Namespace InTheHand.Runtime.InteropServices
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| MarshalHelper |
Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks, and converting managed to unmanaged types, as well as other miscellaneous methods used when interacting with unmanaged code.
|