Show / Hide Table of Contents

Method process.getDescription


Overload

Gets description of process executable file.

public static string getDescription(int processId)
Parameters
processId  (int)

Process id.

Returns
string

null if failed.

Remarks

Calls process.getVersionInfo and System.Diagnostics.FileVersionInfo.FileDescription.