| BuildProcessFindSdkExecutable Method |
This is used to find the named executable in one of the Visual Studio SDK installation folders.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected static string FindSdkExecutable(
string exeName
)
Protected Shared Function FindSdkExecutable (
exeName As String
) As String
protected:
static String^ FindSdkExecutable(
String^ exeName
)
static member FindSdkExecutable :
exeName : string -> string
Parameters
- exeName
- Type: SystemString
The name of the executable to find
Return Value
Type:
StringThe 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