C# 클래스 WeaverCore.Editor.Compilation.ScriptFinder

파일 보기 프로젝트 열기: nickc01/WeaverCore

공개 메소드들

메소드 설명
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

메소드 상세

FindAssemblyScripts() 공개 정적인 메소드

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
리턴 List

FindAssemblyScripts() 공개 정적인 메소드

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
리턴 List

GetProjectScriptInfo() 공개 정적인 메소드

public static GetProjectScriptInfo ( ) : List
리턴 List