Show / Hide Table of Contents

    Class AudioSourceSettingAttribute

    Represents a setting that is exposed to the user to modify.

    Inheritance
    Object
    Attribute
    AudioSourceSettingAttribute
    Implements
    _Attribute
    Inherited Members
    Attribute.GetCustomAttributes(MemberInfo, Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttributes(MemberInfo)
    Attribute.GetCustomAttributes(MemberInfo, Boolean)
    Attribute.IsDefined(MemberInfo, Type)
    Attribute.IsDefined(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttributes(ParameterInfo, Boolean)
    Attribute.IsDefined(ParameterInfo, Type)
    Attribute.IsDefined(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module)
    Attribute.GetCustomAttributes(Module, Boolean)
    Attribute.GetCustomAttributes(Module, Type, Boolean)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, Boolean)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, Boolean)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, Boolean)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, Boolean)
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, Boolean)
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, Boolean)
    Attribute.Equals(Object)
    Attribute.GetHashCode()
    Attribute.Match(Object)
    Attribute.IsDefaultAttribute()
    Attribute._Attribute.GetTypeInfoCount(UInt32)
    Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
    Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
    Attribute._Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
    Attribute.TypeId
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: AudioBand.AudioSource
    Assembly: AudioBand.AudioSource.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    [Serializable]
    public class AudioSourceSettingAttribute : Attribute, _Attribute

    Constructors

    | Improve this Doc View Source

    AudioSourceSettingAttribute(String)

    Initializes a new instance of the AudioSourceSettingAttribute class with the setting name.

    Declaration
    public AudioSourceSettingAttribute(string name)
    Parameters
    Type Name Description
    String name

    Name of the setting.

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description of the setting.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    String

    The description of the setting.

    | Improve this Doc View Source

    Name

    Gets or sets the name of the setting.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    The name of the setting.

    | Improve this Doc View Source

    Options

    Gets or sets the SettingOptions flags for the setting.

    Declaration
    public SettingOptions Options { get; set; }
    Property Value
    Type Description
    SettingOptions

    The option flags for this setting.

    | Improve this Doc View Source

    Priority

    Gets or sets the priority when changing more that one setting.

    A higher value is higher priority.

    Declaration
    public int Priority { get; set; }
    Property Value
    Type Description
    Int32

    The priority of the setting.

    Implements

    System.Runtime.InteropServices._Attribute
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX