Class DependencyReference
- Namespace
- MonkeyLoader.NuGet
- Assembly
- MonkeyLoader.dll
public sealed class DependencyReference
- Inheritance
-
DependencyReference
- Inherited Members
Properties
AllDependenciesLoaded
public bool AllDependenciesLoaded { get; }
Property Value
Dependency
public PackageDependency Dependency { get; }
Property Value
- PackageDependency
Id
public string Id { get; }
Property Value
IsLoaded
public bool IsLoaded { get; }
Property Value
LoadedPackage
public ILoadedNuGetPackage? LoadedPackage { get; }
Property Value
NuGet
public NuGetManager NuGet { get; }
Property Value
Methods
TransitivelyReferences(ILoadedNuGetPackage)
Determines whether this (transitively) references the given package.
public bool TransitivelyReferences(ILoadedNuGetPackage package)
Parameters
package
ILoadedNuGetPackage
Returns
- bool
true
if this (transitively) references the given package; otherwise,false
.
TransitivelyReferences(string)
Determines whether this (transitively) references a package with the given id.
public bool TransitivelyReferences(string id)
Parameters
id
string
Returns
- bool
true
if this (transitively) references a package with the given id; otherwise,false
.
TryResolve()
public bool TryResolve()