Vanara/PInvoke/Shared/InteropServices
David Hall 8ca39f3530 On IntPtr constructor, removed copying of memory from orig pointer and now just use unowned pointer. 2019-11-27 14:45:38 -07:00
..
CoTaskMemStringMarshaler.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
NullTermStringArrayMarshaler.cs Updated documentation 2019-04-17 12:25:05 -06:00
SafeAnysizeStruct.cs On IntPtr constructor, removed copying of memory from orig pointer and now just use unowned pointer. 2019-11-27 14:45:38 -07:00
SafeElementArray.cs MAJOR BREAKING CHANGEs: 2019-08-17 21:13:57 -06:00
SafeNativeArray.cs Reworked memory manipulation functions in InteropExtensions and IntPtrConverter to use new marshaling directives and to drive consistency of use across libs (i.e. call same method to do same work). 2019-11-19 12:52:44 -07:00
SafeNativeLinkedList.cs Added class to handle linked list of native structures in memory 2019-04-24 08:28:18 -06:00
StringPtrArrayMarshaler.cs Added custom marshaler for arrays of string pointers 2019-09-16 07:57:52 -06:00