ProcessDiagnosticInfo.ExecutableFileName Property

Definition

Gets the name of the executable file for the process.

public:
 property Platform::String ^ ExecutableFileName { Platform::String ^ get(); };
winrt::hstring ExecutableFileName();
public string ExecutableFileName { get; }
var string = processDiagnosticInfo.executableFileName;
Public ReadOnly Property ExecutableFileName As String

Property Value

String

Platform::String

winrt::hstring

The name of the executable file for the process.

Applies to