Search Results for

    Show / Hide Table of Contents

    Class AssemblyFileVersionAttribute

    Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number.

    Inheritance
    object
    Attribute
    AssemblyFileVersionAttribute
    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 AssemblyFileVersionAttribute : Attribute

    Constructors

    AssemblyFileVersionAttribute(string)

    Initializes a new instance of the AssemblyFileVersionAttribute class, specifying the file version.

    Declaration
    public AssemblyFileVersionAttribute(string version)
    Parameters
    Type Name Description
    string version

    The file version.

    Exceptions
    Type Condition
    ArgumentNullException

    version is null

    Properties

    Version

    Gets the Win32 file version resource name.

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

    A string containing the file version resource name.

    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