WindowsUtilitiesAttachConsole Method |
Attaches the calling process to the console of the specified process.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool AttachConsole(
int processId
)
Parameters
- processId
- Type: SystemInt32
The process identifier.
Return Value
Type:
Boolean
true if the call succeeded; false otherwise.
See Also