Search Results for

    Show / Hide Table of Contents

    Class AssemblyCultureAttribute

    Specifies which culture the assembly supports.

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

    Constructors

    AssemblyCultureAttribute(string)

    Initializes a new instance of the AssemblyCultureAttribute class with the culture supported by the assembly being attributed.

    Declaration
    public AssemblyCultureAttribute(string culture)
    Parameters
    Type Name Description
    string culture

    The culture supported by the attributed assembly.

    Properties

    Culture

    Gets the supported culture of the attributed assembly.

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

    A string containing the name of the supported culture.

    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