Vanara/Core/Extensions
dahall 2165632d1d Added InteropExtensions.SizeOf(object) method to calculate the size of an object in native memory. It will handle blittalbe structures, primitives, strings and arrays or enumerable lists of those items. 2021-01-20 16:53:12 -07:00
..
BitHelper.cs Changed to BitHelper broke too much so reverted. 2019-07-16 07:43:10 -06:00
ComTypeExtensions.cs Better null handling 2019-05-08 12:50:01 -06:00
EnumExtensions.cs Fixed BitPosition logic for exception 2019-09-25 14:12:17 -05:00
EnumFlagIndexer.cs Added better documentation 2019-09-05 19:59:25 -06:00
FileTimeExtensions.cs Added ToInt64, TimeSpan.ToFileTimeStruct, and ToTimeSpan methods for FILETIME and modified ToString method so that it will display a TimeSpan value if negative. 2019-07-13 21:39:13 -06:00
HexDump.cs Added pointer value in front of string with optional params to remove. 2019-07-03 14:42:51 -06:00
IOExtensions.cs Initial code push: Core, PInvoke.Shared and PInvoke.TaskSchd 2017-11-27 10:18:01 -07:00
InteropExtensions.cs Added InteropExtensions.SizeOf(object) method to calculate the size of an object in native memory. It will handle blittalbe structures, primitives, strings and arrays or enumerable lists of those items. 2021-01-20 16:53:12 -07:00
ReflectionExtensions.cs Added IsMethodCompatibleWithDelegate method 2020-06-09 19:00:42 -06:00
StringHelper.cs Added StringHelper.IsNullOrWhiteSpace to account for missing function prior to .NET 4. (#86) 2019-12-30 10:25:45 -07:00