UtilFormsAllocateConsole Method
Allocates a new console for the calling process.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool AllocateConsole()
Public Shared Function AllocateConsole As Boolean
Dim returnValue As Boolean
returnValue = UtilForms.AllocateConsole()
public:
static bool AllocateConsole()
static member AllocateConsole : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean
If the function succeeds, the return value is
.
If the function fails, the return value is
.
This is a code example.
No code example is currently available or this language may not be supported.
AllocateConsole()
Console.WriteLine("This is my console!")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.