Class NuGetInstallResult
Inheritance
System.Object
NuGetInstallResult
Assembly: OpenMod.NuGet.dll
Syntax
public sealed class NuGetInstallResult : object
Constructors
|
Improve this Doc
View Source
NuGetInstallResult(NuGetInstallCode)
Declaration
public NuGetInstallResult(NuGetInstallCode code)
Parameters
|
Improve this Doc
View Source
NuGetInstallResult(NuGetInstallCode, Nullable<PackageIdentity>)
Declaration
public NuGetInstallResult(NuGetInstallCode code, PackageIdentity? identity)
Parameters
Type |
Name |
Description |
NuGetInstallCode |
code |
|
System.Nullable<PackageIdentity> |
identity |
|
|
Improve this Doc
View Source
NuGetInstallResult(PackageIdentity)
Declaration
public NuGetInstallResult(PackageIdentity identity)
Parameters
Type |
Name |
Description |
PackageIdentity |
identity |
|
Properties
|
Improve this Doc
View Source
Code
Declaration
public NuGetInstallCode Code { get; set; }
Property Value
|
Improve this Doc
View Source
Identity
Declaration
public PackageIdentity? Identity { get; }
Property Value
Type |
Description |
System.Nullable<PackageIdentity> |
|
Extension Methods