Show / Hide Table of Contents

    Class Attribute

    Represents the base class for custom attributes.

    Inheritance
    Object
    Attribute
    LoggerAttribute
    ParserAttribute
    BaselineAttribute
    IterationCountAttribute
    BenchmarkAttribute
    SetupAttribute
    AuthenticationAttribute
    CaseSensitiveAttribute
    MethodAttribute
    RouteAttribute
    AttributeUsageAttribute
    CLSCompliantAttribute
    EditorBrowsableAttribute
    ConditionalAttribute
    DebuggableAttribute
    DebuggerBrowsableAttribute
    DebuggerDisplayAttribute
    DebuggerHiddenAttribute
    DebuggerNonUserCodeAttribute
    DebuggerStepperBoundaryAttribute
    DebuggerStepThroughAttribute
    DebuggerTypeProxyAttribute
    FlagsAttribute
    MTAThreadAttribute
    NonSerializedAttribute
    ObsoleteAttribute
    ParamArrayAttribute
    AssemblyCompanyAttribute
    AssemblyConfigurationAttribute
    AssemblyCopyrightAttribute
    AssemblyCultureAttribute
    AssemblyDefaultAliasAttribute
    AssemblyDelaySignAttribute
    AssemblyDescriptionAttribute
    AssemblyFileVersionAttribute
    AssemblyFlagsAttribute
    AssemblyInformationalVersionAttribute
    AssemblyKeyFileAttribute
    AssemblyKeyNameAttribute
    AssemblyNativeVersionAttribute
    AssemblyProductAttribute
    AssemblyTitleAttribute
    AssemblyTrademarkAttribute
    AssemblyVersionAttribute
    DefaultMemberAttribute
    AccessedThroughPropertyAttribute
    ExtensionAttribute
    IndexerNameAttribute
    InternalsVisibleToAttribute
    MethodImplAttribute
    ComVisibleAttribute
    GuidAttribute
    OutAttribute
    StructLayoutAttribute
    FieldNoReflectionAttribute
    SerializationHintsAttribute
    TargetFrameworkAttribute
    SerializableAttribute
    STAThreadAttribute
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.All)]
    public abstract class Attribute

    Constructors

    | Improve this Doc View Source

    Attribute()

    Initializes a new instance of the Attribute class.

    Declaration
    protected Attribute()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX