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

Class NuGetInstallResult

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

Constructors

| Improve this Doc View Source

NuGetInstallResult(NuGetInstallCode)

Declaration
public NuGetInstallResult(NuGetInstallCode code)
Parameters
Type Name Description
NuGetInstallCode code
| 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
Type Description
NuGetInstallCode
| Improve this Doc View Source

Identity

Declaration
public PackageIdentity? Identity { get; }
Property Value
Type Description
System.Nullable<PackageIdentity>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)