• User Documentation
  • Developer Guides
  • Source Reference
    Show / Hide Table of Contents
    • Downlink
      • BuilderExtensions
      • HostBuilderExtensions
      • Program
      • Startup
      • StartupExtensions
    • Downlink.AzureStorage
      • AzureStorage
      • AzureStorageExtensions
      • AzureStorageFileSource
      • ServiceCollectionExtensions
    • Downlink.AzureStorage.Strategies
      • AzureMatchStrategy
    • Downlink.Composition
      • IDownlinkPlugin
      • IPluginLoader
      • IPluginScanner
      • PluginLoader
      • PluginScanner
    • Downlink.Controllers
      • ApiController
      • ApiController.GoneResult
      • DownlinkController
    • Downlink.Core
      • CollectionExtensions
      • FileMetadata
      • IFileSource
      • IMatchStrategy<TObject>
      • IPatternMatcher
      • IRemoteStorage
      • IStreamingStorage
      • VersionSpec
    • Downlink.Core.Diagnostics
      • ArchitectureNotFoundException
      • NotFoundException
      • PlatformNotFoundException
      • VersionNotFoundException
      • VersionParseException
    • Downlink.Core.IO
      • Path
    • Downlink.Core.Runtime
      • FlatPatternMatcher
      • FlatPlatformMatcher
      • FlatVersionMatcher
      • HierarchicalPatternMatcher
      • RuntimePatternMatcher
    • Downlink.GitHub
      • ConfigurationExtensions
      • CredentialFactory
      • FlatMatchStrategy
      • GitHubCredentials
      • GitHubFileSource
      • GitHubMatchStrategy
      • IGitHubClient
      • OctokitClient
      • ServiceCollectionExtensions
    • Downlink.Handlers
      • FileSchemeClient
      • HttpDownloadClient
      • IResponseHandler
      • ISchemeClient
      • ProxyingResponseHandler
      • RedirectingResponseHandler
      • ResponseHandler
      • SchemeClient
    • Downlink.Hosting
      • DownlinkBuilder
      • DownlinkBuilderOptions
      • DownlinkContextPlugin
      • DownlinkDefaultServices
      • DownlinkRoutingPlugin
      • IDownlinkBuilder
      • IDownlinkBuilderExtensions
      • MvcBuilderExtensions
      • WebHostBuilderExtensions
    • Downlink.Infrastructure
      • ConfigurationExtensions
      • ConfigurationRoutePrefixBuilder
      • DownlinkRouteConvention
      • HttpClientExtensions
      • HttpRequestExtensions
      • IDownlinkRouteConvention
      • IRoutePrefixBuilder
      • ReflectionExtensions
      • ServiceFactory
      • StaticRoutePrefixBuilder
    • Downlink.Local
      • LocalFileMatchStrategy
      • LocalFileSource
      • LocalFileStorage
      • ServiceCollectionExtensions
    • Downlink.Messaging
      • ActionNotification
      • AppVersionRequest
      • AppVersionRequestHandler
      • AppVersionResponseModel
    • Downlink.S3
      • S3Configuration
      • S3FileSource
      • S3FileStorageFactory
      • S3MatchStrategy
      • S3SearchStorage
      • S3Storage
      • ServiceCollectionExtensions
    • Downlink.Storage
      • NoneStorage
      • ServiceCollectionExtensions

    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)
    Namespace: Downlink.Core
    Assembly: Downlink.Core.dll
    Syntax
    public class VersionSpec

    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

    Platform

    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
    Type Name Description
    VersionSpec v
    Returns
    Type Description
    System.String

    Extension Methods

    ReflectionExtensions.IsAssignableTo<TTarget>(Object)
    • Improve this Doc
    • View Source
    Back to top Downlink is MIT licensed and © Alistair Chapman 2017