Search Results for

    Show / Hide Table of Contents

    Class AssemblyDefaultAliasAttribute

    Defines a friendly default alias for an assembly manifest.

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

    Constructors

    AssemblyDefaultAliasAttribute(string)

    Initializes a new instance of the AssemblyDefaultAliasAttribute class.

    Declaration
    public AssemblyDefaultAliasAttribute(string defaultAlias)
    Parameters
    Type Name Description
    string defaultAlias

    The assembly default alias information.

    Properties

    DefaultAlias

    Gets default alias information.

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

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