IConfigRemoteDebugger Interface

This interface is the abstraction of the concrete implementation by class RemoteDebugger.

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

Syntax
public interface IConfigRemoteDebugger

The IConfigRemoteDebugger type exposes the following members.

Properties
NameDescription
Public propertyRemoteDebuggerEnableSee property RemoteDebuggerEnable
Public propertyRemoteDebuggerNameSee property RemoteDebuggerName
Public propertyRemoteDebuggerPortSee property RemoteDebuggerPort
Public propertyRemoteDebuggerUriInUseSee property RemoteDebuggerUriInUse
Top
Methods
NameDescription
Public methodResetSee method Reset
Public methodResetEnableSee method ResetEnable
Public methodResetNameSee method ResetName
Public methodResetPortSee method ResetPort
Top
See Also