다음을 통해 공유


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

프로세스에 대한 실행 파일의 이름입니다.

적용 대상