MSBuildProjectDispose(Boolean) Method

This can be overridden by derived classes to add their own disposal code if necessary.

Definition

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Pass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.

See Also