Click or drag to resize
Sandcastle Help File BuilderBuildProcessFindSdkExecutable Method
This is used to find the named executable in one of the Visual Studio SDK installation folders.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected static string FindSdkExecutable(
	string exeName
)

Parameters

exeName
Type: SystemString
The name of the executable to find

Return Value

Type: String
The path if found or an empty string if not found
Remarks
The search looks in all "*Visual*SDK*" folders under the Program Files special folder on all fixed drives.
See Also