Utility Class

This class contains utility and extension methods

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public static class Utility
Inheritance
Object    Utility

Methods

IdentifierAndVersionFromTargetFramework This is used to determine the target framework identifier and version from the given target framework value.
PriorityFor This is used to obtain the execution priority for a plug-in within the given build step and behavior
ReadWithEncoding This is used to read in a file using an appropriate encoding method
RunsAt This is used to determine if the enumerable list of execution points contains an entry for the specified build step and behavior.

See Also