IForeSub.IsStatic

Syntax

IsStatic: Boolean;

IsStatic: Boolean;

Description

The IsStatic property returns the correspondence attribute to static procedure/function.

Comments

The property returns True, if procedure/function is described in global assembly namespace or in the class and has the Shared directive in its signature. Otherwise, this property returns False.

Fore and Fore.NET Examples

The example of use is given in description of the IForeAssembly.BindToClass method.

See also:

IForeSub