Share via


DkmDeploymentCommand.RemoteExecutable Property

Definition

Path to the remote executable. Environment variables will be expanded (ex: %TMP%\mycommand.exe). If this is not a full path, the remote debugger will look next to itself, and then search the PATH environment variable.

public:
 property System::String ^ RemoteExecutable { System::String ^ get(); };
public:
 property Platform::String ^ RemoteExecutable { Platform::String ^ get(); };
public string RemoteExecutable { get; }
member this.RemoteExecutable : string
Public ReadOnly Property RemoteExecutable As String

Property Value

Returns String.

Applies to