次の方法で共有


ProcessDiagnosticInfo.ExecutableFileName プロパティ

定義

プロセスの実行可能ファイルの名前を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

プロセスの実行可能ファイルの名前。

適用対象