Click or drag to resize

AppFacadeIsExecutableAdorned Method

Checks, whether an executable of this app is marked as adorned, or not.

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

Parameters

exePath
Type: SystemString
The path to the executable in question.

Return Value

Type: Boolean
true if the executable must be adorned, otherwise false.
See Also