C# Class WeaverCore.Editor.Compilation.ScriptFinder

Afficher le fichier Open project: nickc01/WeaverCore

Méthodes publiques

Méthode 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 méthode

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
Résultat List

FindAssemblyScripts() public static méthode

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
Résultat List

GetProjectScriptInfo() public static méthode

public static GetProjectScriptInfo ( ) : List
Résultat List