Search Results for

    Show / Hide Table of Contents

    Class AssemblyDescriptionAttribute

    Provides a text description for an assembly.

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

    Constructors

    AssemblyDescriptionAttribute(string)

    Initializes a new instance of the AssemblyDescriptionAttribute class.

    Declaration
    public AssemblyDescriptionAttribute(string description)
    Parameters
    Type Name Description
    string description

    The assembly description.

    Properties

    Description

    Gets assembly description information.

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

    A string containing the assembly description.

    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