Class NuGetAssembly
Inheritance
System.Object
NuGetAssembly
Assembly: OpenMod.NuGet.dll
Syntax
public sealed class NuGetAssembly : object
Properties
|
Improve this Doc
View Source
Assembly
Declaration
public WeakReference Assembly { get; set; }
Property Value
Type |
Description |
WeakReference |
|
|
Improve this Doc
View Source
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AssemblyName2
Declaration
public AssemblyName AssemblyName2 { get; set; }
Property Value
Type |
Description |
AssemblyName |
|
|
Improve this Doc
View Source
Package
Declaration
public PackageIdentity Package { get; set; }
Property Value
Type |
Description |
PackageIdentity |
|
|
Improve this Doc
View Source
Version
Declaration
public Version Version { get; set; }
Property Value
Extension Methods