Provides help information when every dll is loaded but no argument was passed
classPlugin
abstract
string
getHelpInformation
()
out (r)
{
if (r == "")
writeln("Please provide help information");
else if (r.length <= 50)
writeln("Help information about plugin is essential\n
Think if you could elaborate it a bit more!");
}
Provides help information when every dll is loaded but no argument was passed