OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class NuGetQueryResult

Inheritance
System.Object
NuGetQueryResult
Namespace: OpenMod.NuGet
Assembly: OpenMod.NuGet.dll
Syntax
public class NuGetQueryResult : object

Constructors

| Improve this Doc View Source

NuGetQueryResult(ICollection<SourcePackageDependencyInfo>)

Declaration
public NuGetQueryResult(ICollection<SourcePackageDependencyInfo> packages)
Parameters
Type Name Description
ICollection<SourcePackageDependencyInfo> packages
| Improve this Doc View Source

NuGetQueryResult(NuGetInstallCode)

Declaration
public NuGetQueryResult(NuGetInstallCode code)
Parameters
Type Name Description
NuGetInstallCode code
| Improve this Doc View Source

NuGetQueryResult(PackageIdentity, NuGetInstallCode)

Declaration
public NuGetQueryResult(PackageIdentity identity, NuGetInstallCode code)
Parameters
Type Name Description
PackageIdentity identity
NuGetInstallCode code

Properties

| Improve this Doc View Source

Code

Declaration
public NuGetInstallCode Code { get; }
Property Value
Type Description
NuGetInstallCode
| Improve this Doc View Source

InstalledPackage

Declaration
public PackageIdentity? InstalledPackage { get; }
Property Value
Type Description
System.Nullable<PackageIdentity>
| Improve this Doc View Source

Packages

Declaration
public ICollection<SourcePackageDependencyInfo>? Packages { get; }
Property Value
Type Description
System.Nullable<ICollection<SourcePackageDependencyInfo>>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)