Table of Contents

IPlugIn.ExecutionPoints Property

Definition

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

This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.

IEnumerable<ExecutionPoint> ExecutionPoints { get; }

Property Value

IEnumerable<ExecutionPoint>