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()

コマンド ライン アナライザー アセンブリの仕様について説明します。

適用対象