RTProcessRtIsDebuggerPresent Method

Returns true if the real-time process identified by processId is being debugged, false otherwise. Throws an RTX64Exception if passed process ID is invalid.

Namespace:  IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static bool RtIsDebuggerPresent(
	uint processId
)

Parameters

processId
Type: SystemUInt32
Realtime process ID.

Return Value

Type: Boolean
True - the process is being debugged. False - the process is not being debugged.
See Also