Click or drag to resize

AppFacadeIsSupported Property

Checks, whether this app is supported in the current configuration on the current system. An app is not supported, if the app is marked as Only64Bit and the Bench configuration does not Allow64Bit or the current system does not support 64Bit programs.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsSupported { get; }

Property Value

Type: Boolean
See Also