Show / Hide Table of Contents

Class ScriptFinder

Used for finding all scripts in a project, and other information about them

Inheritance
object
ScriptFinder
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public static class ScriptFinder

Methods

| Edit this page View Source

FindAssemblyScripts(Assembly, List<AssemblyInformation>)

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
Type Name Description
Assembly assembly
List<AssemblyInformation> asmInfo
Returns
Type Description
List<string>
| Edit this page View Source

FindAssemblyScripts(string, List<AssemblyInformation>)

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
Type Name Description
string assemblyName
List<AssemblyInformation> asmInfo
Returns
Type Description
List<string>
| Edit this page View Source

GetProjectScriptInfo()

Gets all information about all scripts in the project

Declaration
public static List<AssemblyInformation> GetProjectScriptInfo()
Returns
Type Description
List<AssemblyInformation>
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾