Search Results for

    Show / Hide Table of Contents

    Class AssemblyInformationalVersionAttribute

    Defines additional version information for an assembly manifest.

    Inheritance
    object
    Attribute
    AssemblyInformationalVersionAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: System.Reflection
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly)]
    public sealed class AssemblyInformationalVersionAttribute : Attribute

    Constructors

    AssemblyInformationalVersionAttribute(string)

    Initializes a new instance of the AssemblyInformationalVersionAttribute class.

    Declaration
    public AssemblyInformationalVersionAttribute(string informationalVersion)
    Parameters
    Type Name Description
    string informationalVersion

    The assembly version information.

    Properties

    InformationalVersion

    Gets version information.

    Declaration
    public string InformationalVersion { get; }
    Property Value
    Type Description
    string

    A string containing the version information.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX