Version: 2020.1
言語: 日本語
public static string[] GetDefinesFromAssemblyName (string assemblyName);

パラメーター

assemblyName The 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.