Utilitly libray.
Contains helper classes and various miscellaneous functionality.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace VideoRay.Util
Namespace VideoRay.Util
namespace VideoRay.Util
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
ConfigurationFile<(Of <(T>)>) |
Generic XML Configuration file.
| |
PhysicalUnits |
A static class to perform phyical unit transformations
This class is static so that transformations can be easilly applied globally
All functions assume the the internal representation is fixed and in SI where possible (Pressure
is in Bar, but this is accepeted for use with SI by NIST.)
Our unit conversion requirements are pretty modest so a dictionary or some other
more generic mechanism is overkill.
| |
SerializableDictionary<(Of <(TKey, TValue>)>) |
A generic dictionay that can be xml serialized.
This code was copied mostly whole from Paul Welter's Weblog
| |
PhysicalUnits..::.UnitLength | ||
PhysicalUnits..::.UnitSystem |
The type of units to display
| |
PhysicalUnits..::.UnitTemperature | ||
USBDeviceDetect |
Class to handle insertion and removal of USB devices
|