ProcessDiagnosticInfo.ExecutableFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name of the executable file for the process.