Share via


CommandLineAnalyzerReference 结构

定义

介绍命令行分析器程序集规范。

public value class CommandLineAnalyzerReference : IEquatable<Microsoft::CodeAnalysis::CommandLineAnalyzerReference>
[System.Diagnostics.DebuggerDisplay("{FilePath,nq}")]
public struct CommandLineAnalyzerReference : IEquatable<Microsoft.CodeAnalysis.CommandLineAnalyzerReference>
[System.Diagnostics.DebuggerDisplay("{FilePath,nq}")]
public readonly struct CommandLineAnalyzerReference : IEquatable<Microsoft.CodeAnalysis.CommandLineAnalyzerReference>
[<System.Diagnostics.DebuggerDisplay("{FilePath,nq}")>]
type CommandLineAnalyzerReference = struct
Public Structure CommandLineAnalyzerReference
Implements IEquatable(Of CommandLineAnalyzerReference)
继承
CommandLineAnalyzerReference
属性
实现

构造函数

CommandLineAnalyzerReference(String)

介绍命令行分析器程序集规范。

属性

FilePath

程序集文件路径。

方法

Equals(CommandLineAnalyzerReference)

介绍命令行分析器程序集规范。

Equals(Object)

介绍命令行分析器程序集规范。

GetHashCode()

介绍命令行分析器程序集规范。

适用于