CommandLineAnalyzerReference Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.