CompilationPipeline.GetResponseFileDefinesFromAssemblyName

public static string[] GetResponseFileDefinesFromAssemblyName(string assemblyName);

Parameters

assemblyName The name of the assembly without the extension.

Returns

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

Description

Lists all the #define directives used to compile the specified assembly, that is from a Response File.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答