Summary
Gets the hash for the specified script.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- RoslynScriptSession
Syntax
public string GetScriptHash(Script script)
Parameters
| Name | Type | Description |
|---|---|---|
| script | Script | The script to get the hash for. |
Return Value
| Type | Description |
|---|---|
| string | The script hash. |
