A Sandcastle Documented Class Library
EngineScriptLoadArgs Constructor |
Constructor for arguments class passed to the EngineScriptLoad event
Namespace: AdiIRCAPIv2.Arguments.ScriptEngine
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public EngineScriptLoadArgs( string filename, PluginScriptLoadType loadType )
Public Sub New ( filename As String, loadType As PluginScriptLoadType )
public: EngineScriptLoadArgs( String^ filename, PluginScriptLoadType loadType )
new : filename : string * loadType : PluginScriptLoadType -> EngineScriptLoadArgs
Parameters
- filename
- Type: SystemString
string - loadType
- Type: AdiIRCAPIv2.EnumeratorsPluginScriptLoadType
PluginScriptLoadType
See Also