IDynamicScriptManager.Register method (1 of 2)
Registers a dynamic script, potentially overriding a script with the same registration name.
public void Register(INamedDynamicScript script)
| parameter | description |
|---|---|
| script | The dynamic script. |
See Also
- interface INamedDynamicScript
- interface IDynamicScriptManager
IDynamicScriptManager.Register method (2 of 2)
Registers a dynamic script, potentially overriding a script with the same registration name.
public void Register(string name, IDynamicScript script)
| parameter | description |
|---|---|
| name | The name for the script. |
| script | The dynamic script. |
See Also
- interface IDynamicScript
- interface IDynamicScriptManager