Public Member Functions | |
| IDelayedExecutor | CreateDelayedOnceExecutor (string name, int delayMs, DispatcherPriority dispatcherPriority, System.Action action) |
| bool | DeleteFileNoThrow (string filePath) |
| string | Format (string text, params object[] parameters) |
| int | GetCombinedHashCode (params object[] instances) |
| string | GetTempFileName (string extension) |
| bool | IsDiskOperationException (Exception ex) |
| bool | IsSuppressableException (Exception ex) |
| T | SubscribeEvent< T > (T eventHandler) |
| bool | ToTypedEquals< T > (object obj1, object obj2, TypedEqualsDelegate< T > typedEquals) |
| T | UnsubscribeEvent< T > (T eventHandler) |
Properties | |
| bool | IsRunningUnitTests [get] |
| IDelayedExecutor CreateDelayedOnceExecutor | ( | string | name, |
| int | delayMs, | ||
| DispatcherPriority | dispatcherPriority, | ||
| System.Action | action ) |
| T SubscribeEvent< T > | ( | T | eventHandler | ) |
| bool ToTypedEquals< T > | ( | object | obj1, |
| object | obj2, | ||
| TypedEqualsDelegate< T > | typedEquals ) |
| T UnsubscribeEvent< T > | ( | T | eventHandler | ) |
|
get |