Utility Class
This class contains utility and extension methods
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public static class Utility
<ExtensionAttribute>
Public NotInheritable Class Utility
[ExtensionAttribute]
public ref class Utility abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Utility = class end
- Inheritance
- Object Utility
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.
|