Initializing help system before first use

Priority Property

The priority defines an order for module initialization and termination. A module with a lower priority value will be initialized before modules with higher priority values. Inversely, it will be reset before modules with higher priority values. The default priority is
0
.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public int Priority { get; }

Property Value

Type:  Int32
See Also