Search Results for

    Show / Hide Table of Contents

    Class AssemblyCompanyAttribute

    Defines a company name custom attribute for an assembly manifest.

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

    Constructors

    AssemblyCompanyAttribute(string)

    Initializes a new instance of the AssemblyCompanyAttribute class.

    Declaration
    public AssemblyCompanyAttribute(string company)
    Parameters
    Type Name Description
    string company

    The company name information.

    Properties

    Company

    Gets company name information.

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

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