Click or drag to resize

IPluginHostEngineRegistration Method

Register this plugin as a Script Engine

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
bool EngineRegistration(
	string engineName,
	string fileExtension
)

Parameters

engineName
Type: SystemString
Name of the engine to show in menus
fileExtension
Type: SystemString
Filextension to register for this engine

Return Value

Type: Boolean
True/False depending if the register was successful
See Also