Search Results for

    Show / Hide Table of Contents

    Class AssemblyTrademarkAttribute

    Defines a trademark custom attribute for an assembly manifest.

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

    Constructors

    AssemblyTrademarkAttribute(string)

    Initializes a new instance of the AssemblyTrademarkAttribute class.

    Declaration
    public AssemblyTrademarkAttribute(string trademark)
    Parameters
    Type Name Description
    string trademark

    The trademark information.

    Properties

    Trademark

    Gets trademark information.

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

    A String containing trademark 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