CommandLineAnalyzerReference Struct

Definition

Describes a command line analyzer assembly specification.

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)
Inheritance
CommandLineAnalyzerReference
Attributes
Implements

Constructors

CommandLineAnalyzerReference(String)

Properties

FilePath

Assembly file path.

Methods

Equals(CommandLineAnalyzerReference)
Equals(Object)
GetHashCode()

Applies to