Vanara.InteropServices.AlignedMemory<T> |
A memory block aligned on a specific byte boundary. |
Vanara.PInvoke.BeginEndEventContext |
A disposable context for which a delegate is called at entry and exit. |
Vanara.Extensions.BitHelper |
Static methods to help with bit manipulation. |
Vanara.ByteSizeFormatter |
A custom formatter for byte sizes (things like files, network bandwidth, etc.) that will automatically determine the best abbreviation. |
Vanara.InteropServices.ComConnectionPoint |
Helper class to create an advised COM sink. When this class is constructed, the source is queried for an System.Runtime.InteropServices.ComTypes.IConnectionPointContainer reference. |
Vanara.PInvoke.InteropServices.ComEnumString |
A COM enumerator for System.String values. This is used to enumerate the values of a System.Runtime.InteropServices.ComTypes.IEnumString interface. |
Vanara.InteropServices.ComReleaser<T> |
A safe variable to hold an instance of a COM class that automatically releases the instance on disposal. |
Vanara.InteropServices.ComReleaserFactory |
Factory for creating Vanara.InteropServices.ComReleaser objects. |
Vanara.InteropServices.ComStream |
Implements a .NET stream derivation and a COM IStream instance. |
Vanara.Extensions.ComTypeExtensions |
Extensions for types in System.Runtime.InteropServices.ComTypes. |
Vanara.RunTimeLib.ConstantConversionExtensions |
Extension methods for CRT enumerations to convert to .NET enumerations. |
Vanara.InteropServices.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. |
Vanara.InteropServices.CoTaskMemoryMethods |
Unmanaged memory methods for COM. |
Vanara.Collections.EnumerableEqualityComparer<T> |
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. |
Vanara.Extensions.EnumExtensions |
Extensions for enumerated types. |
Vanara.Collections.EventedList<T> |
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). |
Vanara.Extensions.FileTimeExtensions |
Extensions for System.Runtime.InteropServices.ComTypes.FILETIME . |
Vanara.Formatter |
Base class for expandable formatters. |
Vanara.FormatterComposer |
Extension method to combine formatter instances. |
Vanara.InteropServices.GenericSafeHandle |
A System.Runtime.InteropServices.SafeHandle that takes a delegate in the constructor that closes the supplied handle. |
Vanara.Collections.GenericVirtualReadOnlyDictionary<T> |
A generic class that creates a read-only dictionary from a list and getter function. |
Vanara.Extensions.HexDempHelpers |
Extension to dump a byte array. |
Vanara.InteropServices.HGlobalMemoryMethods |
Unmanaged memory methods for HGlobal. |
Vanara.Collections.History<T> |
Provides a history of items that lives efficiently in memory and whose size can change easily. |
Vanara.PInvoke.IArrayStructExtensions |
Extension methods for Vanara.PInvoke.IArrayStruct . |
Vanara.PInvoke.IArrayStructMarshaler<T> |
Allows marshaling of arrays in place of a structure supporting Vanara.PInvoke.IArrayStruct . |
Vanara.Extensions.InteropExtensions |
Extension methods for System.Runtime.InteropServices. |
Vanara.InteropServices.IntPtrConverter |
Functions to safely convert a memory pointer to a type. |
Vanara.Extensions.IOExtensions |
Extensions for classes in System.IO. |
Vanara.InteropServices.LibHelper |
General functions to support library calls. |
Vanara.LinqHelpers |
Helper methods for LINQ |
Vanara.Collections.EventedList<T>.ListChangedEventArgs<T> |
An System.EventArgs structure passed to events generated by an Vanara.Collections.EventedList . |
Vanara.InteropServices.MarshalingStream |
A System.IO.Stream derivative for working with unmanaged memory. |
Vanara.Matrix |
Represents a two-dimensional matrix of any size. |
Vanara.InteropServices.MemoryMethodsBase |
Implementation of Vanara.InteropServices.IMemoryMethods using just the methods from Vanara.InteropServices.ISimpleMemoryMethods . |
Vanara.PInvoke.Collections.NativeMemoryEnumerator<T> |
Provides a generic enumerator over native memory. |
Vanara.InteropServices.NativeMemoryStream |
A System.IO.Stream derivative for working with unmanaged memory. |
Vanara.InteropServices.PinnedObject |
A safe class that represents an object that is pinned in memory. |
Vanara.Extensions.ReflectionExtensions |
Extensions related to System.Reflection |
Vanara.Extensions.Reflection.ReflectionExtensions |
Extensions for System.Object related to System.Reflection |
Vanara.InteropServices.SafeAllocatedMemoryHandle |
Abstract base class for all SafeHandle derivatives that encapsulate handling unmanaged memory. |
Vanara.InteropServices.SafeAllocatedMemoryHandleBase |
Abstract base class for all SafeHandle derivatives that encapsulate handling unmanaged memory. This class assumes read-only memory. |
Vanara.InteropServices.SafeByteArray |
An safe unmanaged array of bytes allocated on the global heap. |
Vanara.InteropServices.SafeCoTaskMemHandle |
A System.Runtime.InteropServices.SafeHandle for memory allocated via COM. |
Vanara.InteropServices.SafeCoTaskMemString |
Safely handles an unmanaged memory allocated Unicode string. |
Vanara.InteropServices.SafeCoTaskMemStruct<T> |
A structure handler based on unmanaged memory allocated by AllocCoTaskMem. |
Vanara.InteropServices.SafeGuidPtr |
Represents a GUID point, or REFGUID, that will automatically dispose the memory to which it points at the end of scope. You must use the Vanara.InteropServices.SafeGuidPtr.Null value, or the parameter-less constructor to pass the equivalent of . |
Vanara.InteropServices.SafeHGlobalHandle |
A System.Runtime.InteropServices.SafeHandle for memory allocated via LocalAlloc. |
Vanara.InteropServices.SafeHGlobalStruct<T> |
A structure handler based on unmanaged memory allocated by AllocHGlobal. |
Vanara.InteropServices.SafeLPSTR |
Class that reprents a LPSTR with allocated memory behind it. |
Vanara.InteropServices.SafeLPTSTR |
Class that reprents a LPTSTR with allocated memory behind it. |
Vanara.InteropServices.SafeLPWSTR |
Class that reprents a LPWSTR with allocated memory behind it. |
Vanara.InteropServices.SafeMemoryHandle<T> |
Abstract base class for all SafeAllocatedMemoryHandle derivatives that apply a specific memory handling routine set. |
Vanara.InteropServices.SafeMemoryHandleExt<T> |
A System.Runtime.InteropServices.SafeHandle for memory allocated via COM. |
Vanara.InteropServices.SafeMemoryPool<T> |
A memory pool that will automatically release all memory pointers on disposal. |
Vanara.InteropServices.SafeMemString<T> |
Base abstract class for a string handler based on Vanara.InteropServices.SafeMemoryHandle . |
Vanara.InteropServices.SafeMemStruct<T> |
Base abstract class for a structure handler based on Vanara.InteropServices.SafeMemoryHandle . |
Vanara.Collections.SparseArray<T> |
A sparse array based on a dictionary. |
Vanara.Extensions.StringHelper |
A safe class that represents an object that is pinned in memory. |
Vanara.Collections.VirtualReadOnlyList<T>.TryGetDelegate |
Delegate for a method that tries to get the element at the specified index. |
Vanara.Collections.GenericVirtualReadOnlyDictionary<T>.TryGetValueDelegate |
Delegate for the implementation of the Vanara.Collections.GenericVirtualReadOnlyDictionary.TryGetValue(,@) method. |
Vanara.PInvoke.Collections.UntypedNativeMemoryEnumerator |
Provides an enumerator over native memory. |
Vanara.InteropServices.VanaraCustomMarshaler<T> |
Provides an System.Runtime.InteropServices.ICustomMarshaler instance that utilizes an Vanara.InteropServices.IVanaraMarshaler implementation. |
Vanara.InteropServices.VanaraMarshaler |
Provides methods to assist with custom marshaling. |
Vanara.InteropServices.VanaraMarshalerAttribute |
Apply this attribute to a class or structure to have all Vanara interop function process via the marshaler. |
Vanara.Collections.VirtualDictionary<T> |
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. |
Vanara.Collections.VirtualList<T> |
A virtual list that implements a lot of the scaffolding. |
Vanara.Collections.VirtualListMethodCarrier<T> |
Wrapper for Vanara.Collections.IVirtualListMethods that allows for the use of delegates instead of implementing the interface. |
Vanara.Collections.VirtualReadOnlyDictionary<T> |
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. |
Vanara.Collections.VirtualReadOnlyList<T> |
A virtual read-only list that implements a lot of the scaffolding. |