EngineDescriptor (Class)

This class is used to load the assembly of EngineManager plugins and to get information on them. Once you have a valid EngineDescriptor instance then CipherEngine or HashEngine can be created from that.

Constructors
EngineDescriptor(f as FolderItem)

Properties
LastError as Integer (Read only)
Type as Integer (Read only)

Methods
FUNCTION CreateCipher() as CipherEngine
FUNCTION CreateHash() as HashEngine

FUNCTION GetID() as String
FUNCTION GetName() as String
FUNCTION GetInfo() as String