CompilationReference クラス

定義

別の C# または VB コンパイルへの参照。

public ref class CompilationReference abstract : Microsoft::CodeAnalysis::MetadataReference, IEquatable<Microsoft::CodeAnalysis::CompilationReference ^>
public abstract class CompilationReference : Microsoft.CodeAnalysis.MetadataReference, IEquatable<Microsoft.CodeAnalysis.CompilationReference>
type CompilationReference = class
    inherit MetadataReference
    interface IEquatable<CompilationReference>
Public MustInherit Class CompilationReference
Inherits MetadataReference
Implements IEquatable(Of CompilationReference)
継承
CompilationReference
実装

プロパティ

Compilation

別の C# または VB コンパイルへの参照。

Display

別の C# または VB コンパイルへの参照。

Properties

別の C# または VB コンパイルへの参照。

(継承元 MetadataReference)

メソッド

Equals(CompilationReference)

別の C# または VB コンパイルへの参照。

Equals(Object)

別の C# または VB コンパイルへの参照。

GetHashCode()

別の C# または VB コンパイルへの参照。

WithAliases(IEnumerable<String>)

指定したエイリアスを持つ参照のインスタンスを返します。

WithAliases(ImmutableArray<String>)

指定したエイリアスを持つ参照のインスタンスを返します。

WithEmbedInteropTypes(Boolean)

指定した相互運用機能の型が埋め込まれた参照のインスタンスを返します。

WithProperties(MetadataReferenceProperties)

指定したプロパティを持つ参照のインスタンスを返します。プロパティが変更されていない場合は、このインスタンスを返します。

適用対象