Vanara/Core/InteropServices
David Hall 1f6d4f4384 Added .NET Stream wrapper for COM IStream instances. 2019-05-08 09:25:15 -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 Corrected documentation errors 2019-04-10 11:28:19 -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 Fixes for handling null pointer and bool 2019-04-08 11:40:43 -06:00
MarshalingStream.cs Added 'Obsolete' attribute to push users to NativeMemoryStream 2019-04-08 11:41:26 -06:00
NativeMemoryStream.cs Changed generic constraint on Write methods to struct instead of unmanaged 2019-04-10 13:11:06 -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 Added static Instance properties to IMemoryMethods implementations 2019-04-08 11:42:16 -06:00
SafeCoTaskMemString.cs Added static Null property 2018-05-29 17:45:53 -06:00
SafeHGlobalHandle.cs Added static Instance properties to IMemoryMethods implementations 2019-04-08 11:42:16 -06:00
SafeMemoryHandle.cs Fixed bug in GetBytes method 2019-04-24 08:24:18 -06:00
StrPtr.cs Improved handling of 'null' in ToString methods 2019-04-28 09:46:59 -06:00
StructMarshaler.cs WIP on new generic marshaler 2019-04-08 12:08:29 -06:00