Class VersionSpec
Inheritance
System.Object
VersionSpec
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Downlink.Core.dll
Syntax
Constructors
|
Improve this Doc
View Source
VersionSpec(String, String, String)
Declaration
public VersionSpec(string version, string platform, string architecture)
Parameters
Type |
Name |
Description |
System.String |
version |
|
System.String |
platform |
|
System.String |
architecture |
|
Properties
|
Improve this Doc
View Source
Architecture
Declaration
public string Architecture { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsStable
Declaration
public bool IsStable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string Platform { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Summary
Declaration
public string Summary { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
|
Improve this Doc
View Source
Implicit(VersionSpec to String)
Declaration
public static implicit operator string (VersionSpec v)
Parameters
Returns
Type |
Description |
System.String |
|
Extension Methods