The InTheHand namespace contains fundamental classes and base classes.
| C# | Visual Basic |
namespace InTheHand
Namespace InTheHand
| All Types | Classes | Structures | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| Action |
Encapsulates a method that takes no parameters and does not return a value.
| |
| Action<(Of <(T1, T2>)>) |
Encapsulates a method that has two parameters and does not return a value.
| |
| Action<(Of <(T1, T2, T3>)>) |
Encapsulates a method that has two parameters and does not return a value.
| |
| Action<(Of <(T1, T2, T3, T4>)>) |
Encapsulates a method that has three parameters and does not return a value.
| |
| ActivatorHelper |
Helper for Activator for specific badly behaved COM objects.
| |
| DateTimeHelper |
Provides helper methods to allow conversion of managed DateTime objects to and from their OLE Automation equivalents and set the system clock.
| |
| DateTimeOffset |
Represents a point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC).
| |
| DecimalHelper |
Provides helper methods to allow conversion of managed Decimal objects to and from their OLE Automation equivalents.
| |
| DeviceType |
Identifies whether the current device is a physical device or an emulator.
| |
| EnumHelper |
Extends the functionality of Enum
| |
| EnvironmentHelper |
Extends the functionality of Environment
| |
| Func<(Of <(TResult>)>) |
Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.
| |
| Func<(Of <(T, TResult>)>) |
Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter.
| |
| Func<(Of <(T1, T2, TResult>)>) |
Encapsulates a method that has two parameters and returns a value of the type specified by the TResult parameter.
| |
| Func<(Of <(T1, T2, T3, TResult>)>) |
Encapsulates a method that has three parameters and returns a value of the type specified by the TResult parameter
| |
| Func<(Of <(T1, T2, T3, T4, TResult>)>) |
Encapsulates a method that has four parameters and returns a value of the type specified by the TResult parameter
| |
| GuidHelper |
Helper class for generating a globally unique identifier (GUID).
| |
| IntPtrHelper |
Helper for IntPtr.
| |
| ObexUri |
Contains Uri helper functionality.
| |
| EnvironmentHelper..::.SpecialFolder |
Specifies enumerated constants used to retrieve directory paths to system special folders.
| |
| StringHelper |
Provides extension methods for the String type.
| |
| TypeHelper |
Helper for Type.
|