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