MetadataReferenceProperties 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메타데이터 참조에 대한 정보입니다.
public value class MetadataReferenceProperties : IEquatable<Microsoft::CodeAnalysis::MetadataReferenceProperties>
public struct MetadataReferenceProperties : IEquatable<Microsoft.CodeAnalysis.MetadataReferenceProperties>
type MetadataReferenceProperties = struct
Public Structure MetadataReferenceProperties
Implements IEquatable(Of MetadataReferenceProperties)
- 상속
-
MetadataReferenceProperties
- 구현
생성자
MetadataReferenceProperties(MetadataImageKind, ImmutableArray<String>, Boolean) |
참조 속성을 초기화합니다. |
속성
Aliases |
메타데이터 참조의 별칭입니다. 참조에 별칭이 없으면 비어 있습니다. |
Assembly |
어셈블리 참조의 기본 속성입니다. |
EmbedInteropTypes |
참조된 메타데이터에 정의된 interop 형식을 메타데이터를 참조하는 컴파일에 포함해야 하는 경우 True입니다. |
GlobalAlias |
전역 선언 공간을 나타내는 별칭입니다. |
Kind |
참조가 참조하는 이미지 종류(어셈블리 또는 모듈)입니다. |
Module |
모듈 참조의 기본 속성입니다. |
메서드
Equals(MetadataReferenceProperties) |
메타데이터 참조에 대한 정보입니다. |
Equals(Object) |
메타데이터 참조에 대한 정보입니다. |
GetHashCode() |
메타데이터 참조에 대한 정보입니다. |
WithAliases(IEnumerable<String>) |
지정된 별칭을 사용하여 반환 MetadataReferenceProperties 합니다. |
WithAliases(ImmutableArray<String>) |
지정된 별칭을 사용하여 반환 MetadataReferenceProperties 합니다. |
WithEmbedInteropTypes(Boolean) |
MetadataReferenceProperties 지정된 값으로 EmbedInteropTypes 설정된 값을 반환합니다. |
연산자
Equality(MetadataReferenceProperties, MetadataReferenceProperties) |
메타데이터 참조에 대한 정보입니다. |
Inequality(MetadataReferenceProperties, MetadataReferenceProperties) |
메타데이터 참조에 대한 정보입니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET