DispatcherQueueControllerCreate Method |
Creates a native DispatcherQueueController instance.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Object Create(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
if set to true [throw on error].
Return Value
Type:
ObjectA native DispatcherQueueController instance.
See Also