Click or drag to resize

AppFacadeGetExecutableProxy Method

Gets the path to the adornment wrapper script for a given executable of this app.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string GetExecutableProxy(
	string exePath
)

Parameters

exePath
Type: SystemString
The path to the executable.

Return Value

Type: String
The path to the adornment script.
See Also