C# Class WeaverCore.Editor.Compilation.ScriptFinder

Mostra file Open project: nickc01/WeaverCore

Public Methods

Method Description
FindAssemblyScripts ( Assembly assembly, List asmInfo = null ) : List

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

FindAssemblyScripts ( string assemblyName, List asmInfo = null ) : List

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

GetProjectScriptInfo ( ) : List

Method Details

FindAssemblyScripts() public static method

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
public static FindAssemblyScripts ( Assembly assembly, List asmInfo = null ) : List
assembly Assembly
asmInfo List
return List

FindAssemblyScripts() public static method

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
public static FindAssemblyScripts ( string assemblyName, List asmInfo = null ) : List
assemblyName string
asmInfo List
return List

GetProjectScriptInfo() public static method

public static GetProjectScriptInfo ( ) : List
return List