ModuleInitializerAttribute Constructor |
Initializes a new ModuleInitializerAttribute.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ModuleInitializerAttribute( int order )
Parameters
- order
- Type: System.Int32
Order in which the ModuleInitializerAttribute will be executed if the current project contains several initializers. Initializers with smaller values of the order parameter get invoked first.