Table of Contents

ExecutionContext Class

Definition

Namespace
Sandcastle.Core.PlugIn
Assembly
Sandcastle.Core.dll

This class defines the execution context in which the plug-in is being called during the build process

public class ExecutionContext
Inheritance
ExecutionContext

Constructors

ExecutionContext(BuildStep, ExecutionBehaviors)

Constructor

Properties

Behavior

This read-only property returns the execution behavior for the plug-in within the current context

BuildStep

This read-only property returns the current build step

Executed

This property is used to set or get whether or not the plug-in actually executed