Table of Contents

Delegate ScriptExecution

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

A delegate for executing a script

public delegate void ScriptExecution(string script, string source)

Parameters

script string

The script to be executed

source string

From where the script is being called

Extension Methods

See Also