| 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
)
Public Function IsExecutableAdorned (
exePath As String
) As Boolean
Parameters
- exePath
- Type: SystemString
The path to the executable in question.
Return Value
Type:
Booleantrue if the executable must be adorned, otherwise
false.
See Also