DynamicScriptManager.PeekScriptHash method
Peeks the script hash for a script without actually executing it.
public string PeekScriptHash(string name, IDynamicScript script)
| parameter | description |
|---|---|
| name | The registration name. |
| script | The dynamic script. |
Return Value
The cached hash for the script.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | name is null. |
See Also
- interface IDynamicScript
- class DynamicScriptManager