EbsOpen Class Library for EBSILON®Professional

Application.Process Property

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

Property Value

True if and only if the current instance is a standalone process.

Remarks

The Process class contains informations about the underlying process.

Note   Process is only valid if IsProcess is True.

See Also

Application Class | EbsOpen Namespace