IProcessDataInfoExecutablePath Property |
Win32_Process: Path to the executable file of the process.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string ExecutablePath { get; set; }
Property ExecutablePath As String
Get
Set
property String^ ExecutablePath {
String^ get ();
void set (String^ value);
}
abstract ExecutablePath : string with get, set
Property Value
Type:
String
The executable path.
See Also