Vanara.Core
3.4.16
Prefix Reserved
See the version list below for details.
dotnet add package Vanara.Core --version 3.4.16
NuGet\Install-Package Vanara.Core -Version 3.4.16
<PackageReference Include="Vanara.Core" Version="3.4.16" />
paket add Vanara.Core --version 3.4.16
#r "nuget: Vanara.Core, 3.4.16"
// Install Vanara.Core as a Cake Addin #addin nuget:?package=Vanara.Core&version=3.4.16 // Install Vanara.Core as a Cake Tool #tool nuget:?package=Vanara.Core&version=3.4.16
Vanara.Core NuGet Package
This library includes shared methods, structures and constants for use throughout the Vanara assemblies. Think of it as windows.h with some useful extensions. It includes:
- Extension methods for working with enumerated types (enum), FILETIME, and method and property extractions via reflection
- Extension and helper methods to marshaling structures arrays and strings
- SafeHandle based classes for working with memory allocated via CoTaskMem, HGlobal, or Local calls that handles packing and extracting arrays, structures and raw memory
- Safe pinning of objects in memory
- Memory stream based on marshaled memory
What is Vanara?
Vanara is a community project that contains various .NET assemblies which have P/Invoke functions, interfaces, enums and structures from Windows libraries. Each assembly is associated with one or a few tightly related libraries.
Issues?
First check if it's already fixed by trying the AppVeyor build. If you're still running into problems, file an issue.
Included in Vanara.Core
Classes | Structures | Enumerations | Interfaces |
---|---|---|---|
AlignedMemory BeginEndEventContext BitHelper ByteSizeFormatter ComConnectionPoint ComReleaser ComReleaserFactory ComStream ComTypeExtensions ConstantConversionExtensions CorrespondingTypeAttribute CoTaskMemoryMethods EnumerableEqualityComparer EnumExtensions EventedList FileTimeExtensions Formatter FormatterComposer GenericSafeHandle GenericVirtualReadOnlyDictionary HexDempHelpers HGlobalMemoryMethods History IArrayStructExtensions IArrayStructMarshaler InteropExtensions IntPtrConverter IOExtensions LibHelper ListChangedEventArgs MarshalingStream MemoryMethodsBase NativeMemoryEnumerator NativeMemoryStream PinnedObject ReflectionExtensions ReflectionExtensions RequiresUnreferencedCodeAttribute SafeAllocatedMemoryHandle SafeAllocatedMemoryHandleBase SafeByteArray SafeCoTaskMemHandle SafeCoTaskMemString SafeCoTaskMemStruct SafeGuidPtr SafeHGlobalHandle SafeHGlobalStruct SafeLPSTR SafeLPTSTR SafeLPWSTR SafeMemoryHandle SafeMemoryHandleExt SafeMemoryPool SafeMemString SafeMemStruct SparseArray StringHelper TryGetValueDelegate UntypedNativeMemoryEnumerator VanaraCustomMarshaler VanaraMarshaler VanaraMarshalerAttribute VirtualDictionary VirtualReadOnlyDictionary | BOOL BOOLEAN EnumFlagIndexer GuidPtr RefEnumerator SizeT StrPtrAnsi StrPtrAuto StrPtrUni time_t | CorrespondingAction FileAttributeConstant FileOpConstant FilePermissionConstant StringListPackMethod | IArrayStruct IHistory IMemoryMethods ISafeMemoryHandle ISimpleMemoryMethods ISupportIndexer IVanaraMarshaler |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.8
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
net6.0
- No dependencies.
NuGet packages (110)
Showing the top 5 NuGet packages that depend on Vanara.Core:
Package | Downloads |
---|---|
Vanara.PInvoke.Shared
Shared methods, structures and constants for use throughout the Vanara.PInvoke assemblies. Includes: * IEnumerable helpers for COM enumerations * Custom marshaler for CoTaskMem pointers * Enhanced error results classes for HRESULT, Win32Error and NTStatus * Standard windows.h macros (e.g. HIWORD, MAKELONG, etc.) * Overlapped method wrapper * Resource ID holder * Shared structures and enums (see release notes) |
|
Vanara.PInvoke.Kernel32
PInvoke API (methods, structures and constants) imported from Windows Kernel32.dll. |
|
Vanara.PInvoke.Cryptography
PInvoke API (methods, structures and constants) imported from Windows crypt32.dll, bcrypt.dll, ncrypt.dll, tokenbinding.dll, cryptnet.dll, cryptdlg.dll and cryptui.dll. |
|
Vanara.PInvoke.Security
PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll, sspicli.dll, schannel.dll, tdh.dll and Secur32.dll. |
|
Vanara.PInvoke.Gdi32
PInvoke API (methods, structures and constants) imported from Windows Gdi32.dll |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Vanara.Core:
Repository | Stars |
---|---|
dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
|
|
omeryanar/FileExplorer
Windows File Explorer alternative with tab browsing
|
|
zhupingqi/RuiJi.Net
crawler framework, distributed crawler extractor
|
|
zqhong/RyzenTuner
A tool that supports adjusting the power limit of Ryzen mobile processors and the QoS level and priority of Windows processes
|
Version | Downloads | Last updated |
---|---|---|
4.0.4 | 59,992 | 9/13/2024 |
4.0.3 | 58,783 | 8/5/2024 |
4.0.2 | 37,325 | 6/24/2024 |
4.0.1 | 77,763 | 4/30/2024 |
4.0.0 | 33,366 | 3/29/2024 |
4.0.0-beta2 | 4,857 | 1/22/2024 |
4.0.0-beta | 5,837 | 11/20/2023 |
3.4.17 | 168,236 | 10/18/2023 |
3.4.16 | 93,570 | 8/7/2023 |
3.4.15 | 138,705 | 5/18/2023 |
3.4.14 | 80,030 | 4/15/2023 |
3.4.13 | 99,283 | 2/4/2023 |
3.4.12 | 45,685 | 1/15/2023 |
3.4.11 | 86,750 | 11/15/2022 |
3.4.10 | 44,599 | 10/25/2022 |
3.4.9 | 43,031 | 10/3/2022 |
3.4.8 | 39,758 | 9/16/2022 |
3.4.7 | 37,238 | 9/3/2022 |
3.4.6 | 45,723 | 8/7/2022 |
3.4.5 | 41,961 | 7/17/2022 |
3.4.4 | 30,665 | 7/5/2022 |
3.4.3 | 46,975 | 6/14/2022 |
3.4.2 | 40,235 | 5/13/2022 |
3.4.1 | 32,277 | 5/5/2022 |
3.4.0 | 46,370 | 3/14/2022 |
3.3.15 | 105,927 | 12/27/2021 |
3.3.14 | 40,985 | 10/26/2021 |
3.3.13 | 31,738 | 9/30/2021 |
3.3.12 | 32,481 | 8/30/2021 |
3.3.11 | 39,309 | 7/22/2021 |
3.3.10 | 26,139 | 6/4/2021 |
3.3.9 | 19,121 | 5/7/2021 |
3.3.8 | 22,600 | 4/7/2021 |
3.3.7 | 18,549 | 3/24/2021 |
3.3.6 | 15,401 | 3/19/2021 |
3.3.5 | 18,675 | 3/1/2021 |
3.3.4 | 18,317 | 2/11/2021 |
3.3.3 | 23,631 | 2/3/2021 |
3.3.2 | 15,040 | 1/21/2021 |
3.3.1 | 18,197 | 1/20/2021 |
3.3.0 | 20,664 | 11/20/2020 |
3.2.21 | 13,543 | 11/13/2020 |
3.2.20 | 16,323 | 11/8/2020 |
3.2.19 | 21,476 | 10/23/2020 |
3.2.18 | 12,829 | 10/21/2020 |
3.2.17 | 25,502 | 9/20/2020 |
3.2.16 | 13,838 | 9/7/2020 |
3.2.15 | 12,740 | 8/30/2020 |
3.2.14 | 12,360 | 8/20/2020 |
3.2.13 | 13,103 | 7/27/2020 |
3.2.12 | 12,382 | 7/13/2020 |
3.2.11 | 13,374 | 6/28/2020 |
3.2.10 | 14,492 | 6/14/2020 |
3.2.9 | 13,170 | 6/3/2020 |
3.2.7 | 15,969 | 5/4/2020 |
3.2.6 | 12,326 | 4/21/2020 |
3.2.5 | 12,066 | 4/15/2020 |
3.2.4 | 11,935 | 4/12/2020 |
3.2.3 | 15,104 | 4/1/2020 |
3.2.2 | 11,017 | 3/24/2020 |
3.2.1 | 11,953 | 3/17/2020 |
3.2.0 | 11,652 | 2/27/2020 |
3.1.9 | 11,800 | 1/17/2020 |
3.1.8 | 11,378 | 1/13/2020 |
3.1.7 | 11,209 | 1/6/2020 |
3.1.6 | 11,084 | 12/12/2019 |
3.1.5 | 10,869 | 11/26/2019 |
3.1.4 | 10,624 | 11/25/2019 |
3.1.3 | 11,042 | 11/8/2019 |
3.1.2 | 10,366 | 11/4/2019 |
3.1.1 | 11,936 | 10/17/2019 |
3.1.0 | 10,023 | 10/3/2019 |
3.0.1 | 9,893 | 9/20/2019 |
3.0.0 | 11,952 | 8/27/2019 |
2.3.11 | 9,048 | 6/9/2019 |
2.3.10 | 6,840 | 6/5/2019 |
2.3.9 | 6,828 | 5/26/2019 |
2.3.8 | 6,753 | 5/13/2019 |
2.3.7 | 7,059 | 4/24/2019 |
2.3.6 | 7,775 | 4/17/2019 |
2.3.5 | 6,508 | 4/10/2019 |
2.3.4 | 6,378 | 3/9/2019 |
2.3.3 | 6,195 | 3/8/2019 |
2.3.2 | 6,176 | 2/28/2019 |
2.3.1 | 6,268 | 2/25/2019 |
2.3.0 | 6,067 | 2/22/2019 |
2.2.1 | 6,109 | 2/12/2019 |
2.2.0 | 6,107 | 2/1/2019 |
2.1.2 | 22,580 | 1/14/2019 |
2.1.0 | 7,181 | 12/15/2018 |
2.0.1 | 6,191 | 12/7/2018 |
2.0.0 | 6,454 | 11/28/2018 |
1.1.0 | 6,897 | 9/10/2018 |
1.0.18 | 5,889 | 8/10/2018 |
1.0.17 | 5,725 | 7/30/2018 |
1.0.16 | 6,336 | 6/29/2018 |
1.0.15 | 5,767 | 6/27/2018 |
1.0.14 | 5,699 | 6/8/2018 |
1.0.13 | 5,562 | 6/6/2018 |
1.0.12 | 5,913 | 4/5/2018 |
1.0.11 | 5,757 | 4/4/2018 |
1.0.10 | 5,563 | 3/27/2018 |
1.0.8 | 9,981 | 2/7/2018 |
1.0.7 | 5,618 | 1/27/2018 |
1.0.6 | 5,682 | 1/8/2018 |
1.0.5 | 5,410 | 12/28/2017 |
1.0.4 | 5,218 | 12/15/2017 |
1.0.3 | 4,605 | 12/8/2017 |
1.0.2 | 4,577 | 11/30/2017 |
1.0.1 | 4,821 | 11/28/2017 |
1.0.0 | 1,613 | 3/3/2017 |
Currently implements:
Classes
AlignedMemory<T>, BeginEndEventContext, BitHelper, ByteSizeFormatter, ComConnectionPoint, ComReleaser<T>, ComReleaserFactory, ComStream, ComTypeExtensions, ConstantConversionExtensions, CorrespondingTypeAttribute, CoTaskMemoryMethods, EnumerableEqualityComparer<T>, EnumExtensions, EventedList<T>, FileTimeExtensions, Formatter, FormatterComposer, GenericSafeHandle, GenericVirtualReadOnlyDictionary<T>, HexDempHelpers, HGlobalMemoryMethods, History<T>, IArrayStructExtensions, IArrayStructMarshaler<T>, InteropExtensions, IntPtrConverter, IOExtensions, LibHelper, ListChangedEventArgs<T>, MarshalingStream, MemoryMethodsBase, NativeMemoryEnumerator<T>, NativeMemoryStream, PinnedObject, ReflectionExtensions, ReflectionExtensions, RequiresUnreferencedCodeAttribute, SafeAllocatedMemoryHandle, SafeAllocatedMemoryHandleBase, SafeByteArray, SafeCoTaskMemHandle, SafeCoTaskMemString, SafeCoTaskMemStruct<T>, SafeGuidPtr, SafeHGlobalHandle, SafeHGlobalStruct<T>, SafeLPSTR, SafeLPTSTR, SafeLPWSTR, SafeMemoryHandle<T>, SafeMemoryHandleExt<T>, SafeMemoryPool<T>, SafeMemString<T>, SafeMemStruct<T>, SparseArray<T>, StringHelper, TryGetValueDelegate, UntypedNativeMemoryEnumerator, VanaraCustomMarshaler<T>, VanaraMarshaler, VanaraMarshalerAttribute, VirtualDictionary<T>, VirtualReadOnlyDictionary<T>
Structures
BOOL, BOOLEAN, EnumFlagIndexer<T>, GuidPtr, RefEnumerator<T>, SizeT, StrPtrAnsi, StrPtrAuto, StrPtrUni, time_t
Enumerations
CorrespondingAction, FileAttributeConstant, FileOpConstant, FilePermissionConstant, StringListPackMethod