Skip to content

Commit

Permalink
Updated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Jul 17, 2022
1 parent bfdab66 commit e97896f
Show file tree
Hide file tree
Showing 30 changed files with 77 additions and 34 deletions.
2 changes: 2 additions & 0 deletions Core/AssemblyReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Class | Description
[Vanara.InteropServices.PinnedObject](https://github.com/dahall/Vanara/search?l=C%23&q=PinnedObject) | A safe class that represents an object that is pinned in memory.
[Vanara.Extensions.ReflectionExtensions](https://github.com/dahall/Vanara/search?l=C%23&q=ReflectionExtensions) | Extensions related to <c>System.Reflection</c>
[Vanara.Extensions.Reflection.ReflectionExtensions](https://github.com/dahall/Vanara/search?l=C%23&q=ReflectionExtensions) | Extensions for `System.Object` related to <c>System.Reflection</c>
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=RequiresUnreferencedCodeAttribute) | Indicates that the specified method requires dynamic access to code that is not referenced statically, for example, through `System.Reflection`.
[Vanara.InteropServices.SafeAllocatedMemoryHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeAllocatedMemoryHandle) | Abstract base class for all SafeHandle derivatives that encapsulate handling unmanaged memory.
[Vanara.InteropServices.SafeAllocatedMemoryHandleBase](https://github.com/dahall/Vanara/search?l=C%23&q=SafeAllocatedMemoryHandleBase) | Abstract base class for all SafeHandle derivatives that encapsulate handling unmanaged memory. This class assumes read-only memory.
[Vanara.InteropServices.SafeByteArray](https://github.com/dahall/Vanara/search?l=C%23&q=SafeByteArray) | An safe unmanaged array of bytes allocated on the global heap.
Expand All @@ -86,6 +87,7 @@ Class | Description
[Vanara.InteropServices.SafeHGlobalStruct<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHGlobalStruct<T>) | A structure handler based on unmanaged memory allocated by AllocHGlobal.
[Vanara.InteropServices.SafeMemoryHandle<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeMemoryHandle<T>) | Abstract base class for all SafeAllocatedMemoryHandle derivatives that apply a specific memory handling routine set.
[Vanara.InteropServices.SafeMemoryHandleExt<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeMemoryHandleExt<T>) | A `System.Runtime.InteropServices.SafeHandle` for memory allocated via COM.
[Vanara.InteropServices.SafeMemoryPool<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeMemoryPool<T>) |
[Vanara.InteropServices.SafeMemString<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeMemString<T>) | Base abstract class for a string handler based on `Vanara.InteropServices.SafeMemoryHandle`1`.
[Vanara.InteropServices.SafeMemStruct<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SafeMemStruct<T>) | Base abstract class for a structure handler based on `Vanara.InteropServices.SafeMemoryHandle`1`.
[Vanara.Collections.SparseArray<T>](https://github.com/dahall/Vanara/search?l=C%23&q=SparseArray<T>) | A sparse array based on a dictionary.
Expand Down
2 changes: 1 addition & 1 deletion Core/Vanara.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReleaseNotes>Currently implements:

Classes
AlignedMemory&lt;T&gt;, BeginEndEventContext, BitHelper, ByteSizeFormatter, ComConnectionPoint, ComReleaser&lt;T&gt;, ComReleaserFactory, ComStream, ComTypeExtensions, ConstantConversionExtensions, CorrespondingTypeAttribute, CoTaskMemoryMethods, EnumerableEqualityComparer&lt;T&gt;, EnumExtensions, EventedList&lt;T&gt;, FileTimeExtensions, Formatter, FormatterComposer, GenericSafeHandle, GenericVirtualReadOnlyDictionary&lt;T&gt;, HexDempHelpers, HGlobalMemoryMethods, History&lt;T&gt;, IArrayStructExtensions, IArrayStructMarshaler&lt;T&gt;, InteropExtensions, IntPtrConverter, IOExtensions, LibHelper, ListChangedEventArgs&lt;T&gt;, MarshalingStream, MemoryMethodsBase, NativeMemoryEnumerator&lt;T&gt;, NativeMemoryStream, PinnedObject, ReflectionExtensions, ReflectionExtensions, SafeAllocatedMemoryHandle, SafeAllocatedMemoryHandleBase, SafeByteArray, SafeCoTaskMemHandle, SafeCoTaskMemString, SafeCoTaskMemStruct&lt;T&gt;, SafeGuidPtr, SafeHGlobalHandle, SafeHGlobalStruct&lt;T&gt;, SafeMemoryHandle&lt;T&gt;, SafeMemoryHandleExt&lt;T&gt;, SafeMemString&lt;T&gt;, SafeMemStruct&lt;T&gt;, SparseArray&lt;T&gt;, StringHelper, TryGetValueDelegate, UntypedNativeMemoryEnumerator, VanaraCustomMarshaler&lt;T&gt;, VanaraMarshaler, VanaraMarshalerAttribute, VirtualDictionary&lt;T&gt;, VirtualReadOnlyDictionary&lt;T&gt;
AlignedMemory&lt;T&gt;, BeginEndEventContext, BitHelper, ByteSizeFormatter, ComConnectionPoint, ComReleaser&lt;T&gt;, ComReleaserFactory, ComStream, ComTypeExtensions, ConstantConversionExtensions, CorrespondingTypeAttribute, CoTaskMemoryMethods, EnumerableEqualityComparer&lt;T&gt;, EnumExtensions, EventedList&lt;T&gt;, FileTimeExtensions, Formatter, FormatterComposer, GenericSafeHandle, GenericVirtualReadOnlyDictionary&lt;T&gt;, HexDempHelpers, HGlobalMemoryMethods, History&lt;T&gt;, IArrayStructExtensions, IArrayStructMarshaler&lt;T&gt;, InteropExtensions, IntPtrConverter, IOExtensions, LibHelper, ListChangedEventArgs&lt;T&gt;, MarshalingStream, MemoryMethodsBase, NativeMemoryEnumerator&lt;T&gt;, NativeMemoryStream, PinnedObject, ReflectionExtensions, ReflectionExtensions, RequiresUnreferencedCodeAttribute, SafeAllocatedMemoryHandle, SafeAllocatedMemoryHandleBase, SafeByteArray, SafeCoTaskMemHandle, SafeCoTaskMemString, SafeCoTaskMemStruct&lt;T&gt;, SafeGuidPtr, SafeHGlobalHandle, SafeHGlobalStruct&lt;T&gt;, SafeMemoryHandle&lt;T&gt;, SafeMemoryHandleExt&lt;T&gt;, SafeMemoryPool&lt;T&gt;, SafeMemString&lt;T&gt;, SafeMemStruct&lt;T&gt;, SparseArray&lt;T&gt;, StringHelper, TryGetValueDelegate, UntypedNativeMemoryEnumerator, VanaraCustomMarshaler&lt;T&gt;, VanaraMarshaler, VanaraMarshalerAttribute, VirtualDictionary&lt;T&gt;, VirtualReadOnlyDictionary&lt;T&gt;

Structures
BOOL, BOOLEAN, EnumFlagIndexer&lt;T&gt;, GuidPtr, RefEnumerator&lt;T&gt;, SizeT, StrPtrAnsi, StrPtrAuto, StrPtrUni, time_t
Expand Down
2 changes: 1 addition & 1 deletion Core/pkgreadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall

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 SafeAllocatedMemoryHandle SafeAllocatedMemoryHandleBase SafeByteArray SafeCoTaskMemHandle SafeCoTaskMemString SafeCoTaskMemStruct SafeGuidPtr SafeHGlobalHandle SafeHGlobalStruct SafeMemoryHandle SafeMemoryHandleExt 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 IVanaraMarshaler
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 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 IVanaraMarshaler
1 change: 1 addition & 0 deletions PInvoke/ComDlg32/CorrelationReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Native Enum | Header | Managed Enum
[CC](https://www.google.com/search?num=5&q=CC+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.CC](https://github.com/dahall/Vanara/search?l=C%23&q=CC)
[CF](https://www.google.com/search?num=5&q=CF+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.CF](https://github.com/dahall/Vanara/search?l=C%23&q=CF)
[DN](https://www.google.com/search?num=5&q=DN+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.DN](https://github.com/dahall/Vanara/search?l=C%23&q=DN)
[ERR](https://www.google.com/search?num=5&q=ERR+site%3Adocs.microsoft.com) | cderr.h | [Vanara.PInvoke.ComDlg32.ERR](https://github.com/dahall/Vanara/search?l=C%23&q=ERR)
[FR](https://www.google.com/search?num=5&q=FR+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.FR](https://github.com/dahall/Vanara/search?l=C%23&q=FR)
[OFN](https://www.google.com/search?num=5&q=OFN+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.OFN](https://github.com/dahall/Vanara/search?l=C%23&q=OFN)
[OFN_EX](https://www.google.com/search?num=5&q=OFN_EX+site%3Adocs.microsoft.com) | commdlg.h | [Vanara.PInvoke.ComDlg32.OFN_EX](https://github.com/dahall/Vanara/search?l=C%23&q=OFN_EX)
Expand Down
2 changes: 1 addition & 1 deletion PInvoke/ComDlg32/pkgreadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall

Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
ChooseColor ChooseFont CommDlgExtendedError FindText GetFileTitle GetOpenFileName GetSaveFileName PageSetupDlg PrintDlg PrintDlgEx ReplaceText | CC CF DN FR OFN OFN_EX PD PD_EXCL PD_RESULT PSD | CHOOSECOLOR CHOOSEFONT DEVNAMES FINDREPLACE OFNOTIFY OFNOTIFYEX OPENFILENAME PAGESETUPDLG PRINTDLG PRINTDLGEX PRINTPAGERANGE | IPrintDialogCallback IPrintDialogServices
ChooseColor ChooseFont CommDlgExtendedError FindText GetFileTitle GetOpenFileName GetSaveFileName PageSetupDlg PrintDlg PrintDlgEx ReplaceText | CC ERR CF DN FR OFN OFN_EX PD PD_EXCL PD_RESULT PSD | CHOOSECOLOR CHOOSEFONT DEVNAMES FINDREPLACE OFNOTIFY OFNOTIFYEX OPENFILENAME PAGESETUPDLG PRINTDLG PRINTDLGEX PRINTPAGERANGE | IPrintDialogCallback IPrintDialogServices
3 changes: 3 additions & 0 deletions PInvoke/Cryptography/CorrelationReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ Native Enum | Header | Managed Enum
[BCRYPT_MULTI_OPERATION_TYPE](https://www.google.com/search?num=5&q=BCRYPT_MULTI_OPERATION_TYPE+site%3Adocs.microsoft.com) | bcrypt.h | [Vanara.PInvoke.BCrypt.BCRYPT_MULTI_OPERATION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=BCRYPT_MULTI_OPERATION_TYPE)
[BlobMagicNumber](https://www.google.com/search?num=5&q=BlobMagicNumber+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.BCrypt.BlobMagicNumber](https://github.com/dahall/Vanara/search?l=C%23&q=BlobMagicNumber)
[BlobType](https://www.google.com/search?num=5&q=BlobType+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.BlobType](https://github.com/dahall/Vanara/search?l=C%23&q=BlobType)
[CERT_INFO_CHOICE](https://www.google.com/search?num=5&q=CERT_INFO_CHOICE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Crypt32.CERT_INFO_CHOICE](https://github.com/dahall/Vanara/search?l=C%23&q=CERT_INFO_CHOICE)
[CertChainEngineExclusiveFlags](https://www.google.com/search?num=5&q=CertChainEngineExclusiveFlags+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CertChainEngineExclusiveFlags](https://github.com/dahall/Vanara/search?l=C%23&q=CertChainEngineExclusiveFlags)
[CertChainEngineFlags](https://www.google.com/search?num=5&q=CertChainEngineFlags+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CertChainEngineFlags](https://github.com/dahall/Vanara/search?l=C%23&q=CertChainEngineFlags)
[CertChainFlags](https://www.google.com/search?num=5&q=CertChainFlags+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CertChainFlags](https://github.com/dahall/Vanara/search?l=C%23&q=CertChainFlags)
Expand Down Expand Up @@ -602,6 +603,7 @@ Native Structure | Header | Managed Structure
[CMSG_SIGNED_ENCODE_INFO](https://www.google.com/search?num=5&q=CMSG_SIGNED_ENCODE_INFO+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CMSG_SIGNED_ENCODE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CMSG_SIGNED_ENCODE_INFO)
[CMSG_SIGNER_ENCODE_INFO](https://www.google.com/search?num=5&q=CMSG_SIGNER_ENCODE_INFO+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CMSG_SIGNER_ENCODE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CMSG_SIGNER_ENCODE_INFO)
[CMSG_SIGNER_ENCODE_INFO_HANDLES](https://www.google.com/search?num=5&q=CMSG_SIGNER_ENCODE_INFO_HANDLES+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Crypt32.CMSG_SIGNER_ENCODE_INFO.CMSG_SIGNER_ENCODE_INFO_HANDLES](https://github.com/dahall/Vanara/search?l=C%23&q=CMSG_SIGNER_ENCODE_INFO_HANDLES)
[CMSG_SIGNER_INFO](https://www.google.com/search?num=5&q=CMSG_SIGNER_INFO+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CMSG_SIGNER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CMSG_SIGNER_INFO)
[CMSG_STREAM_INFO](https://www.google.com/search?num=5&q=CMSG_STREAM_INFO+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CMSG_STREAM_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CMSG_STREAM_INFO)
[CRL_CONTEXT](https://www.google.com/search?num=5&q=CRL_CONTEXT+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CRL_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=CRL_CONTEXT)
[CRL_ENTRY](https://www.google.com/search?num=5&q=CRL_ENTRY+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.CRL_ENTRY](https://github.com/dahall/Vanara/search?l=C%23&q=CRL_ENTRY)
Expand Down Expand Up @@ -759,4 +761,5 @@ Native Class | Header | Managed Class
[SafePCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT](https://www.google.com/search?num=5&q=SafePCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.CryptUI.SafePCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=SafePCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT)
[SafePCCTL_CONTEXT](https://www.google.com/search?num=5&q=SafePCCTL_CONTEXT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Crypt32.SafePCCTL_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=SafePCCTL_CONTEXT)
[SafeSslBuffer](https://www.google.com/search?num=5&q=SafeSslBuffer+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.NCrypt.SafeSslBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSslBuffer)
[SignOID](https://www.google.com/search?num=5&q=SignOID+site%3Adocs.microsoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.SignOID](https://github.com/dahall/Vanara/search?l=C%23&q=SignOID)
[StandardAlgorithmId](https://www.google.com/search?num=5&q=StandardAlgorithmId+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.BCrypt.StandardAlgorithmId](https://github.com/dahall/Vanara/search?l=C%23&q=StandardAlgorithmId)
Loading

0 comments on commit e97896f

Please sign in to comment.