Vanara/PInvoke/Shared/InteropServices
David Hall 18cafb3499 Added indexer to `SafeElementArray` 2022-10-12 09:39:43 -06:00
..
CoTaskMemStringMarshaler.cs Added GenericStringMarshalerBase and GenericStringMarshaler as custom string marshalers that can be typed against an IMemoryMethods implementation. The converted LocalStringMarshaler and CoTaskMemStringMarshaler to use that new class. 2020-04-07 12:43:44 -06:00
GenericStringMarshaler.cs Added SafeMoveableHGlobalHandle class and added support to locking memory to all memory classes. 2022-01-16 17:22:34 -07:00
NullTermStringArrayMarshaler.cs Updated documentation 2019-04-17 12:25:05 -06:00
SafeAnysizeStruct.cs Fixed bug in SafeAnysizeStructBase that couldn't process string arrays. Root cause of #315. 2022-09-16 18:34:22 -06:00
SafeElementArray.cs Added indexer to `SafeElementArray` 2022-10-12 09:39:43 -06:00
SafeNativeArray.cs Added SafeNativeArrayBase.GetPointers method 2022-09-02 16:33:46 -06:00
SafeNativeLinkedList.cs Changed SafeNativeLinkedList back to supporting struct (not unmanaged) type param and removed unsafe pointer getter. 2020-11-11 07:56:03 -07:00
SafeNativeListBase.cs Added SafeNativeListBase which is a SafeMemoryHandle that acts as a read-only list. 2020-11-10 09:39:55 -07:00
StringPtrArrayMarshaler.cs Added custom marshaler for arrays of string pointers 2019-09-16 07:57:52 -06:00