Table of Contents

Class DependencyReference

Namespace
MonkeyLoader.NuGet
Assembly
MonkeyLoader.dll
public sealed class DependencyReference
Inheritance
DependencyReference
Inherited Members

Properties

AllDependenciesLoaded

public bool AllDependenciesLoaded { get; }

Property Value

bool

Dependency

public PackageDependency Dependency { get; }

Property Value

PackageDependency

Id

public string Id { get; }

Property Value

string

IsLoaded

public bool IsLoaded { get; }

Property Value

bool

LoadedPackage

public ILoadedNuGetPackage? LoadedPackage { get; }

Property Value

ILoadedNuGetPackage

NuGet

public NuGetManager NuGet { get; }

Property Value

NuGetManager

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()

Returns

bool