Runtime.IsExtensionAvailable Method
Thread safety: This method is thread-safe.
IsExtensionAvailable(ExtensionId extension)
Checks if the specified Carmenta Engine extension can be used on this machine.Syntax
public static System.Boolean IsExtensionAvailable (
ExtensionId extension
)
Parameters
extension
Type: ExtensionId
The extension to check the license for.
The extension to check the license for.
Return Value
Type: System.Boolean
True if the extension can be used; False otherwise.
True if the extension can be used; False otherwise.
Remarks
This method works like IsExtensionLicensed but also returns True if an activated SDK license is being used.
Platforms
Windows, Linux, Android