Summary
Finds script aliases in the provided assemblies.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptAliasFinder
Syntax
public IReadOnlyList<ScriptAlias> FindAliases(IEnumerable<Assembly> assemblies)
Parameters
Name | Type | Description |
---|---|---|
assemblies | IEnumerable |
The assemblies to find script aliases in. |
Return Value
Type | Description |
---|---|
IReadOnlyList |
The script aliases that were found. |