CompilationPipeline.GetAssemblyDefinitionFilePathFromAssemblyReference

Cambiar al Manual
public static string GetAssemblyDefinitionFilePathFromAssemblyReference (string reference);

Parámetros

referenceThe assembly definition file GUID or assembly name reference.

Valor de retorno

string The file path of the given assembly definition file.

Descripción

Returns the assembly definition file path for an Assembly Definition File GUID or assembly name reference. Returns null if there is no assembly definition file for the given assembly reference.

This utilty method should be used instead of CompilationPipeline.GetAssemblyDefinitionFilePathFromAssemblyName for Assembly Definition File references, as it supports both assembly name and GUID based references.