RemoteDebugger Class

This class reads and modifies the configuration of the RTX64 Remote Debugger. Assignments to properties on an instance of this class modify Registry values that contain the persistent state of the configuration of the Remote Debugger.
Inheritance Hierarchy
System.Object
  IntervalZero.RTX64.RTX64Object
    IntervalZero.RTX64.Config.RemoteDebugger

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public class RemoteDebugger : RTX64Object, 
	IConfigRemoteDebugger

The RemoteDebugger type exposes the following members.

Constructors
NameDescription
Public methodRemoteDebugger
Constructor
Top
Properties
NameDescription
Public propertyRemoteDebuggerEnableGets/sets whether or not remote debug attach connections to the computer are allowed.
Public propertyRemoteDebuggerNameGets/sets the IPv4 address of the host system.
Public propertyRemoteDebuggerPortGets/sets the Port ID of the target system. This value must be between 1 and 65534. The default is 31094.
Public propertyRemoteDebuggerUriInUseRetrieves the Uniform Resource Identifier (URI) in use by the target system.
Top
Methods
NameDescription
Public methodDispose
Dispose method.
(Inherited from RTX64Object.)
Public methodResetResets all RTX64 remote debugger properties to their default values.
Public methodResetEnableResets the RemoteDebuggerEnable property to its default value (disabled).
Public methodResetNameResets the RemoteDebuggerName property to the default IPv4 address of the host system.
Public methodResetPortResets the RemoteDebuggerPort property to its default port number (31094).
Top
See Also