CompilationPipeline.GetResponseFileDefinesFromAssemblyName

Cambiar al Manual
public static string[] GetResponseFileDefinesFromAssemblyName (string assemblyName);

Parámetros

assemblyNameThe name of the assembly without the extension.

Valor de retorno

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

Descripción

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