Class NuGetQueryResult
Inheritance
System.Object
NuGetQueryResult
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
|
Improve this Doc
View Source
NuGetQueryResult(PackageIdentity, NuGetInstallCode)
Declaration
public NuGetQueryResult(PackageIdentity identity, NuGetInstallCode code)
Parameters
Properties
|
Improve this Doc
View Source
Code
Declaration
public NuGetInstallCode Code { get; }
Property Value
|
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