Vanara/Core/AssemblyReport.md

4.2 KiB

Assembly report for Vanara.Core.dll

Classes

Class Description
BitHelper Static methods to help with bit manipulation.
ByteSizeFormatter A custom formatter for byte sizes (things like files, network bandwidth, etc.) that will automatically determine the best abbreviation.
ComConnectionPoint Helper class to create an advised COM sink. When this class is constructed, the source is queried for an IConnectionPointContainer reference.
ComReleaser A safe variable to hold an instance of a COM class that automatically calls Marshal.ReleaseComObject(System.Object) on disposal.
CorrespondingTypeAttribute Attribute for enum values that provides information about corresponding types and related actions. Useful for Get/Set methods that use an enumeration value to determine the type to get or set.
CoTaskMemoryMethods Unmanaged memory methods for COM.
EnumerableEqualityComparer Checks the linear equality of two enumerated lists. For lists to be equal, they must have the same number of elements and each index must hold the same value in each list.
EnumExtensions Extensions for enumerated types.
EventedList A generic list that provides event for changes to the list. This is an alternative to ObservableCollection that provides distinct events for each action (add, insert, remove, changed).
FileTimeExtensions Extensions for FILETIME.
Formatter Base class for expandable formatters.
FormatterComposer Extension method to combine formatter instances.
GenericSafeHandle A SafeHandle that takes a delegate in the constructor that closes the supplied handle.
GenericVirtualReadOnlyDictionaryy A generic class that creates a read-only dictionary from a list and getter function.
HexDempHelpers Extension to dump a byte array.
HGlobalMemoryMethods Unmanaged memory methods for HGlobal.
InteropExtensions Extension methods for System.Runtime.InteropServices.
IntPtrConverter Functions to safely convert a memory pointer to a type.
IOExtensions Extensions for classes in System.IO.
ListChangedEventArgs An EventArgs structure passed to events generated by an .
MarshalingStream A Stream derivative for working with unmanaged memory.
PinnedObject A safe class that represents an object that is pinned in memory.
ReflectionExtensions Extensions related to System.Reflection
SafeAllocatedMemoryHandle Abstract base class for all SafeHandle derivatives that encapsulate handling unmanaged memory.
SafeByteArray An safe unmanaged array of bytes allocated on the global heap.
SafeCoTaskMemHandle A SafeHandle for memory allocated via COM.
SafeCoTaskMemString Safely handles an unmanaged memory allocated Unicode string.
SafeHGlobalHandle A SafeHandle for memory allocated via LocalAlloc.
SafeMemoryHandle Abstract base class for all SafeAllocatedMemoryHandle derivatives that apply a specific memory handling routine set.
SafeMemoryHandleExt A SafeHandle for memory allocated via COM.
SparseArray A sparse array based on a dictionary.
StringHelper A safe class that represents an object that is pinned in memory.
TryGetValueDelegate Delegate for the implementation of the method.
VirtualDictionary A generic base class for providing a dictionary that gets and sets its values using virtual method calls. Useful for exposing lookups into existing list environments like the file system, registry, service controller, etc.
VirtualReadOnlyDictionary A generic base class for providing a read-only dictionary that gets its values using virtual method calls. Useful for exposing lookups into existing list environments like the file system, registry, service controller, etc.

Structures

Struct Description
EnumFlagIndexer
StrPtrAnsi The StrPtr structure represents a LPWSTR.
StrPtrAuto The StrPtr structure represents a LPTSTR.
StrPtrUni The StrPtr structure represents a LPWSTR.

Enumerations

Enum Description Values
CorrepsondingAction Actions that can be taken with a corresponding type. None, Get, Set, GetSet, Exception
StringListPackMethod Method used to pack a list of strings into memory. Concatenated, Packed