CompilationPipeline.GetDefinesFromAssemblyName

Cambiar al Manual
public static string[] GetDefinesFromAssemblyName (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.