Table of Contents

Enum ActionModes

Namespace
Dassie.Extensions
Assembly
dc.dll

Specifies the modes in which an action can be executed.

[Flags]
public enum ActionModes
Extension Methods

Fields

All = BuildEvent | Custom

Indicates that the action can be executed in any mode.

BuildEvent = PreBuildEvent | PostBuildEvent

Indicates that the action can be executed as part of any build event.

Custom = 4

Indicates that the action can be executed outside of build events.

None = 0

Indicates that no options are set or that the default value should be used.

PostBuildEvent = 2

Indicates that the action can be executed as part of a post-build event.

PreBuildEvent = 1

Indicates that the action can be executed as part of a pre-build event.