RuntimeInterop

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

Static properties of the RuntimeInterop class are used to get information on the last error occurred within the current application stream.

Comments

In Fore.NET, an object of this class can be used to get information on error occurred while executing Fore methods.

Fore.NET Syntax

Class to get analog of the RuntimeInterop class:

RuntimeInteropClass;

Class to get analog of the RuntimeInterop class object:

None;

Static class properties inherited from IRuntimeInterop

  Property name Brief description
LastError The LastError property returns information on the last error that occurred within the current application stream.

See also:

System Assembly Classes