IsStatic: Boolean;
The IsStatic property returns the correspondence attribute to static procedure/function.
The property returns True, if procedure/function is described in global assembly namespace or in the class and has the Shared. Otherwise, this property returns False.
The example of use is given in description of the IForeAssembly.BindToClass method.
See also: