Information about the underlying process.
[Visual Basic] Public Property ReadOnly Process As Process [C#] public Process Process { get; } [C++] public: __property Process* get_Process(); [JScript] public function get Process() : Process
True
if and only if the current instance is a standalone process.
The Process class contains informations about the underlying process.
Note Process is only valid if IsProcess is True
.
Application Class | EbsOpen Namespace