EbsOpen Class Library for EBSILON®Professional

Application.IsDll Property

Indicates if the current instance is loaded as a dll).

[Visual Basic]
Public Property ReadOnly IsDll As Boolean
[C#]
public bool IsDll { get; }
[C++]
public: __property bool get_IsDll();
[JScript]
public function get IsDll() : bool

Property Value

True if and only if the current instance is loaded as a dll.

Remarks

Indicates if the current instance is loaded as a dll. The value of Dll is always the logical negation of Process.

See Also

Application Class | EbsOpen Namespace