Compilation.GetAssemblyOrModuleSymbol(MetadataReference) 方法

定义

获取用于IModuleSymbol创建此编译的IAssemblySymbol元数据引用。

public:
 Microsoft::CodeAnalysis::ISymbol ^ GetAssemblyOrModuleSymbol(Microsoft::CodeAnalysis::MetadataReference ^ reference);
public Microsoft.CodeAnalysis.ISymbol GetAssemblyOrModuleSymbol (Microsoft.CodeAnalysis.MetadataReference reference);
public Microsoft.CodeAnalysis.ISymbol? GetAssemblyOrModuleSymbol (Microsoft.CodeAnalysis.MetadataReference reference);
member this.GetAssemblyOrModuleSymbol : Microsoft.CodeAnalysis.MetadataReference -> Microsoft.CodeAnalysis.ISymbol
Public Function GetAssemblyOrModuleSymbol (reference As MetadataReference) As ISymbol

参数

reference
MetadataReference

目标引用。

返回

如果没有程序集或模块符号,则对应于给定引用或 null。

适用于