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)

지정된 interop 형식이 포함된 참조의 인스턴스를 반환합니다.

WithProperties(MetadataReferenceProperties)

지정된 속성이 있는 참조의 인스턴스를 반환하거나 속성이 변경되지 않은 경우 이 인스턴스를 반환합니다.

적용 대상