Vanara/PInvoke/Shared/InteropServices
dahall 514e974703 Modified GenericStringMarshaler type constraint to ISimpleMemoryMethods 2020-04-11 16:10:33 -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 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 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