Share via


UnresolvedMetadataReference Class

Definition

Represents a metadata reference that can't be or is not yet resolved.

public ref class UnresolvedMetadataReference sealed : Microsoft::CodeAnalysis::MetadataReference
public sealed class UnresolvedMetadataReference : Microsoft.CodeAnalysis.MetadataReference
type UnresolvedMetadataReference = class
    inherit MetadataReference
Public NotInheritable Class UnresolvedMetadataReference
Inherits MetadataReference
Inheritance
UnresolvedMetadataReference

Remarks

For error reporting only, can't be used to reference a metadata file.

Properties

Name Description
Display
Properties (Inherited from MetadataReference)
Reference

Methods

Name Description
WithAliases(IEnumerable<String>)

Returns an instance of the reference with specified aliases.

(Inherited from MetadataReference)
WithAliases(ImmutableArray<String>)

Returns an instance of the reference with specified aliases.

(Inherited from MetadataReference)
WithEmbedInteropTypes(Boolean)

Returns an instance of the reference with specified interop types embedding.

(Inherited from MetadataReference)
WithProperties(MetadataReferenceProperties)

Returns an instance of the reference with specified properties, or this instance if properties haven't changed.

(Inherited from MetadataReference)

Applies to