Version: 2022.2
언어: 한국어

CompilationPipeline.GetAssemblyDefinitionFilePathFromAssemblyReference

매뉴얼로 전환
public static string GetAssemblyDefinitionFilePathFromAssemblyReference (string reference);

파라미터

reference The assembly definition file GUID or assembly name reference.

반환

string The file path of the given assembly definition file.

설명

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.