Class ScriptFinder
Used for finding all scripts in a project, and other information about them
Assembly: WeaverCore.Editor.dll
Syntax
public static class ScriptFinder
Methods
|
Edit this page
View Source
Returns a list of all the scripts that are a part of the specified assembly. Returns null if the assembly name is not valid or if the assembly is precompiled
Declaration
public static List<string> FindAssemblyScripts(Assembly assembly, List<AssemblyInformation> asmInfo = null)
Parameters
Returns
|
Edit this page
View Source
Returns a list of all the scripts that are a part of the specified assembly. Returns null if the assembly name is not valid or if the assembly is precompiled
Declaration
public static List<string> FindAssemblyScripts(string assemblyName, List<AssemblyInformation> asmInfo = null)
Parameters
Returns
|
Edit this page
View Source
GetProjectScriptInfo()
Gets all information about all scripts in the project
Declaration
public static List<AssemblyInformation> GetProjectScriptInfo()
Returns