Search Results for

    Show / Hide Table of Contents

    Class AssemblyProductAttribute

    Defines a product name custom attribute for an assembly manifest.

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

    Constructors

    AssemblyProductAttribute(string)

    Initializes a new instance of the AssemblyProductAttribute class.

    Declaration
    public AssemblyProductAttribute(string product)
    Parameters
    Type Name Description
    string product

    The product name information.

    Properties

    Product

    Gets product name information.

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

    A string containing the product 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