Method AssembliesForPackage
AssembliesForPackage(string)
Returns the Assembly instances which contain one or more scripts in a package, given the list of files in the package.
Declaration
public static IEnumerable<Assembly> AssembliesForPackage(string packageRootPath)
Parameters
Type | Name | Description |
---|---|---|
string | packageRootPath |
Returns
Type | Description |
---|---|
IEnumerable<Assembly> |