Runtime.ExtensionsUsedByProcess Property
Gets the names of all extensions used by the process.
Syntax
public static StringCollection ExtensionsUsedByProcess { get; }
Property Value
A list of all extension names the process has used.
Remarks
Carmenta Engine tracks when objects belonging to specific extensions are used in a process and this property returns the names of all extensions that have been used at the time the property is read.
Carmenta Engine will write a warning to the log when an unlicensed extension is first used.
A complete list of all extensions that have been used by the process is written to the log when the Runtime is shutdown.
Platforms
Windows, Linux, Android