Class | Description | |
---|---|---|
ApplicationLogging | Loupe application logging factory | |
AsynchronousTask | Execute an asynchronous execution task without any user interface. | |
AsyncTaskArguments | Arguments used to execute tasks asynchronously using progress monitors. | |
AsyncTaskResultEventArgs | The results from processing an asynchronous task. | |
CommonCentralLogic | A static class to hold central logic for common file and OS operations needed by various projects. | |
ExceptionSourceProvider | Serves as an IMessageSourceProvider to attribute a message to the code location which threw an Exception. | |
Extensions | Conversion extensions | |
FileReference | Tracks files to detect changes. | |
FileReferenceCollection | A collection of file references that can be persisted. | |
FileSystemTools | Common routines for manipulating files and directories that extend the .NET framework | |
GibraltarException | Represents errors that occur within Gibraltar during application execution. | |
GibraltarPacketVersionException | This exception indicates that an unexpected packet version was encountered. | |
NameValuePair<TValue> | Simple class that contains a name and corresponding value | |
PipeStream | A derivative of a MemoryStream primarily for reading which provides additional methods to append data and periodically truncate (discard already-read data which won't be needed again). (Currently no safety locking!) | |
PrivateTaskErrorEventArgs | Event arguments for the TaskException event | |
ProgressMonitor | Observes the progress of one process for the purpose of progress reporting in user interfaces. | |
ProgressMonitorEventArgs | Information about monitor changes | |
ProgressMonitorStack | The default progress monitor stack implementation. | |
ProgressMonitorStackEventArgs | Information about monitor changes | |
StringReference | Provides a way to ensure a string is a reference to a single copy instead of creating multiple copies. | |
StringReference.WeakStringCollection | Keeps one or more weak references to strings which all have the same hash code. |