Click or drag to resize

WindowsUtilitiesAllocConsole Method

Allocates a new console for the calling process.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static bool AllocConsole()

Return Value

Type: Boolean
true if the call succeeded; false otherwise.
See Also