Version: 2019.4
public static string[] GetDefinesFromAssemblyName (string assemblyName);

パラメーター

assemblyNameThe name of the assembly without the extension.

戻り値

string[] A string array of #define directives declared for the assembly. Returns null if the assembly is not found.

説明

Lists all the #define directives used to compile the specified assembly.