Version: 2022.2
언어: 한국어

CompilationPipeline.GetResponseFileDefinesFromAssemblyName

매뉴얼로 전환
public static string[] GetResponseFileDefinesFromAssemblyName (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, that is from a Response File.