Vanara/PInvoke/Shared/InteropServices
dahall 3e4e60433e Changed SafeNativeLinkedList back to supporting struct (not unmanaged) type param and removed unsafe pointer getter. 2020-11-11 07:56:03 -07: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 Modified GenericStringMarshaler type constraint to ISimpleMemoryMethods 2020-04-11 16:10:33 -06:00
NullTermStringArrayMarshaler.cs Updated documentation 2019-04-17 12:25:05 -06:00
SafeAnysizeStruct.cs Introduced base class for SafeAnysizeStruct to enable reuse with objects that don't use a single field to determine the length of the array. 2020-04-07 09:34:13 -06: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 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