MetadataReferenceResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves references to metadata specified in the source (#r directives).
public ref class MetadataReferenceResolver abstract
public abstract class MetadataReferenceResolver
type MetadataReferenceResolver = class
Public MustInherit Class MetadataReferenceResolver
- Inheritance
-
MetadataReferenceResolver
Constructors
MetadataReferenceResolver() |
Properties
ResolveMissingAssemblies |
True to instruct the compiler to invoke ResolveMissingAssembly(MetadataReference, AssemblyIdentity) for each assembly reference that doesn't match any of the assemblies explicitly referenced by the Compilation (via ExternalReferences, or #r directives. |
Methods
Equals(Object) | |
GetHashCode() | |
ResolveMissingAssembly(MetadataReference, AssemblyIdentity) |
Resolves a missing assembly reference. |
ResolveReference(String, String, MetadataReferenceProperties) |