PostSharpAPI ReferencePost­Sharp.​AspectsModule­Initializer­AttributeOrder
Open sandboxFocus

ModuleInitializerAttribute.Order Property

Order

Gets the order in which the ModuleInitializerAttribute will be executed if the current project contains several initializers. Initializers with smaller values of the Order property get invoked first.

Declaration
public int Order { get; }
Property Value
Type Description
Int32