ResolvedReference 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.
Information about a resolved reference of the project. The reference could be from a NuGet package, assembly ref etc.
public ref class ResolvedReference
public class ResolvedReference
type ResolvedReference = class
Public Class ResolvedReference
- Inheritance
-
ResolvedReference
Constructors
| ResolvedReference(String, String) |
Properties
| Name |
Name of the referenced assembly. |
| ResolvedPath |
Full path of the referenced assembly. |
Extension Methods
| GetMetadataReference(ResolvedReference, Boolean) |