2 KiB
Namespace CapyKit
Namespaces
Classes
The CapyEventArgs class represents an event argument instance with event level, message, and method name information.
The CapyEventReporter class is responsible for managing event subscriptions and emissions within CapyKit.
An object representing a color.
Represents a password with its hash, salt and algorithm used for encryption.
Implements the PBKDF2 algorithm for password encryption.
A managed pool of resources. This class provides a thread-safe way to manage a collection of
objects of type T.
A pool item. This class cannot be inherited.
A object comparer that can accept a lambda expression to compare properties.
Interfaces
Defines the contract for password encryption algorithms.
Enums
Enumeration representing different event level severity values.
Enum representing a set of named colors with their corresponding HEX values. These colors are inspired by the XKCD color palette (Link).
Delegates
A delegate representing an event handler that accepts a instance.