| 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
)
Public Function GetExecutableProxy (
exePath As String
) As String
Parameters
- exePath
- Type: SystemString
The path to the executable.
Return Value
Type:
StringThe path to the adornment script.
See Also