DEBUG_REMOTE_DISCOVERY_FLAGS Enum

Definition

Specifies the flags used by the Remote Discovery dialog to find remote machines on a local subnet.

This enumeration supports a bitwise combination of its member values.

public enum class DEBUG_REMOTE_DISCOVERY_FLAGS
public enum class DEBUG_REMOTE_DISCOVERY_FLAGS
enum DEBUG_REMOTE_DISCOVERY_FLAGS
[System.Flags]
public enum DEBUG_REMOTE_DISCOVERY_FLAGS
[<System.Flags>]
type DEBUG_REMOTE_DISCOVERY_FLAGS = 
Public Enum DEBUG_REMOTE_DISCOVERY_FLAGS
Inheritance
DEBUG_REMOTE_DISCOVERY_FLAGS
Attributes

Fields

DRD_NONE 0

No flags are specified.

DRD_SHOW_MANUAL 1

When the Remote Discovery dialog is initiated from the global dropdown Start Debugging button, setting this member specifies that the dialog shows additional fields that allows the manual entry of a remote machine’s address if automatic discovery does not find it.When the Remote Discovery dialog is initiated from the project’s property page, the property page already has the ability to configure the remote machine’s address manually. Therefore this member is not set, hiding the manual configuration option in the dialog.

Applies to