Vanara/Core/InteropServices
David Hall 3a1d6548b3 Added BOOL and BOOLEAN types 2019-08-27 09:05:48 -06:00
..
AlignedMemory.cs BREAKING CHANGE: Changed type of SafeAllocatedMemoryHandle.Size property from int to SizeT so that it more easily converts to different types used in memory size functions. 2019-07-25 19:46:45 -06:00
BOOL.cs Added BOOL and BOOLEAN types 2019-08-27 09:05:48 -06:00
BOOLEAN.cs Added BOOL and BOOLEAN types 2019-08-27 09:05:48 -06:00
ComConnectionPoint.cs Refactored constructors for easier inheritance 2018-07-21 14:12:08 -06:00
ComReleaser.cs Added factory to make instancing ComReleaser easier and changed implicit operators to explicit. 2019-05-08 09:24:00 -06:00
ComStream.cs Added .NET Stream wrapper for COM IStream instances. 2019-05-08 09:25:15 -06:00
CorrespondingTypeAttribute.cs Fixed bug in CanSet method 2019-08-17 16:05:22 -06:00
GenericSafeHandle.cs Optimized code on GenericSafeHandle and removed check for invalid on release as this duplicated internal functionality. 2018-09-19 15:03:45 -06:00
IntPtrConverter.cs Fixed bug when handling enums 2019-08-15 00:16:05 -07:00
MarshalingStream.cs Added 'Obsolete' attribute to push users to NativeMemoryStream 2019-04-08 11:41:26 -06:00
NativeMemoryStream.cs Added ability to read nullable structure, fixed bug in WriteObject 2019-07-03 14:43:47 -06:00
PinnedObject.cs Added FromNullable static creator 2019-05-08 09:24:39 -06:00
SafeByteArray.cs Added null checking to Contains method 2019-03-25 17:36:39 -07:00
SafeCoTaskMemHandle.cs MAJOR BREAKING CHANGEs: 2019-08-17 21:13:57 -06:00
SafeCoTaskMemString.cs Added ability to get CharSet and resize by setting Capacity property. 2019-08-23 11:52:14 -06:00
SafeHGlobalHandle.cs MAJOR BREAKING CHANGEs: 2019-08-17 21:13:57 -06:00
SafeMemString.cs Added comparison operators and methods 2019-08-27 08:41:39 -06:00
SafeMemoryHandle.cs Added Write methods to SafeMemoryHandleExt. Added size checking from InteropExtension methods. Added offset param to ToStructure. 2019-08-21 10:18:07 -06:00
SizeT.cs Added TypeConverter, MinValue/MaxValue fields, comparison operators, and fixed inconsistent handling of Int32 conversions. 2019-08-17 16:07:02 -06:00
StrPtr.cs MAJOR BREAKING CHANGEs: 2019-08-17 21:13:57 -06:00
StructMarshaler.cs WIP on new generic marshaler 2019-04-08 12:08:29 -06:00