A Sandcastle Documented Class Library
IPluginHostEngineRegistration Method |
Register this plugin as a Script Engine
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool EngineRegistration( string engineName, string fileExtension )
Function EngineRegistration ( engineName As String, fileExtension As String ) As Boolean
bool EngineRegistration( String^ engineName, String^ fileExtension )
abstract EngineRegistration : engineName : string * fileExtension : string -> bool
Parameters
- engineName
- Type: SystemString
Name of the engine to show in menus - fileExtension
- Type: SystemString
Filextension to register for this engine
Return Value
Type: BooleanTrue/False depending if the register was successful
See Also