EngineScriptLoadArgs.LoadType Property

AdiIRC API v2

EngineScriptLoadArgsLoadType Property

Returns the load type for this filename

Namespace:  AdiIRCAPIv2.Arguments.ScriptEngine
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public PluginScriptLoadType LoadType { get; }
Public ReadOnly Property LoadType As PluginScriptLoadType
	Get
public:
property PluginScriptLoadType LoadType {
	PluginScriptLoadType get ();
}
member LoadType : PluginScriptLoadType with get

Property Value

Type: PluginScriptLoadType
See Also