docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MemberFilter

    Inheritance
    object
    Attribute
    MemberFilter
    Implements
    ICloneable
    Inherited Members
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, bool)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, bool)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, bool)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, bool)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, bool)
    Attribute.GetCustomAttributes(MemberInfo)
    Attribute.GetCustomAttributes(MemberInfo, bool)
    Attribute.GetCustomAttributes(MemberInfo, Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, bool)
    Attribute.GetCustomAttributes(Module)
    Attribute.GetCustomAttributes(Module, bool)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module, Type, bool)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, bool)
    Attribute.GetCustomAttributes(ParameterInfo, Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
    Attribute.IsDefaultAttribute()
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, bool)
    Attribute.IsDefined(MemberInfo, Type)
    Attribute.IsDefined(MemberInfo, Type, bool)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, bool)
    Attribute.IsDefined(ParameterInfo, Type)
    Attribute.IsDefined(ParameterInfo, Type, bool)
    Attribute.Match(object)
    Attribute.TypeId
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
    public sealed class MemberFilter : Attribute, ICloneable

    Constructors

    MemberFilter()

    Declaration
    public MemberFilter()

    Properties

    Any

    Declaration
    public static MemberFilter Any { get; }
    Property Value
    Type Description
    MemberFilter

    ClsNonCompliant

    Declaration
    public bool ClsNonCompliant { get; set; }
    Property Value
    Type Description
    bool

    Constructors

    Declaration
    public bool Constructors { get; set; }
    Property Value
    Type Description
    bool

    Conversions

    Declaration
    public bool Conversions { get; set; }
    Property Value
    Type Description
    bool

    Extensions

    Declaration
    public bool Extensions { get; set; }
    Property Value
    Type Description
    bool

    Fields

    Declaration
    public bool Fields { get; set; }
    Property Value
    Type Description
    bool

    Gettable

    Declaration
    public bool Gettable { get; set; }
    Property Value
    Type Description
    bool

    Inherited

    Declaration
    public bool Inherited { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Declaration
    public bool Methods { get; set; }
    Property Value
    Type Description
    bool

    NonPublic

    Declaration
    public bool NonPublic { get; set; }
    Property Value
    Type Description
    bool

    NonTargeted

    Declaration
    public bool NonTargeted { get; set; }
    Property Value
    Type Description
    bool

    Obsolete

    Declaration
    public bool Obsolete { get; set; }
    Property Value
    Type Description
    bool

    OpenConstructedGeneric

    Declaration
    public bool OpenConstructedGeneric { get; set; }
    Property Value
    Type Description
    bool

    Operators

    Declaration
    public bool Operators { get; set; }
    Property Value
    Type Description
    bool

    Parameters

    Declaration
    public bool Parameters { get; set; }
    Property Value
    Type Description
    bool

    Properties

    Declaration
    public bool Properties { get; set; }
    Property Value
    Type Description
    bool

    Public

    Declaration
    public bool Public { get; set; }
    Property Value
    Type Description
    bool

    ReadOnly

    Declaration
    public bool ReadOnly { get; set; }
    Property Value
    Type Description
    bool

    Settable

    Declaration
    public bool Settable { get; set; }
    Property Value
    Type Description
    bool

    Setters

    Declaration
    public bool Setters { get; set; }
    Property Value
    Type Description
    bool

    Targeted

    Declaration
    public bool Targeted { get; set; }
    Property Value
    Type Description
    bool

    TypeInitializers

    Declaration
    public bool TypeInitializers { get; set; }
    Property Value
    Type Description
    bool

    WriteOnly

    Declaration
    public bool WriteOnly { get; set; }
    Property Value
    Type Description
    bool

    validBindingFlags

    Declaration
    public BindingFlags validBindingFlags { get; }
    Property Value
    Type Description
    BindingFlags

    validMemberTypes

    Declaration
    public MemberTypes validMemberTypes { get; }
    Property Value
    Type Description
    MemberTypes

    Methods

    Clone()

    Declaration
    public MemberFilter Clone()
    Returns
    Type Description
    MemberFilter

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    Attribute.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    Attribute.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    ValidateMember(MemberInfo, TypeFilter)

    Declaration
    public bool ValidateMember(MemberInfo member, TypeFilter typeFilter = null)
    Parameters
    Type Name Description
    MemberInfo member
    TypeFilter typeFilter
    Returns
    Type Description
    bool

    Implements

    ICloneable

    Extension Methods

    Cloning.Clone(object, ICloner, bool)
    Cloning.Clone(object, ICloner, bool)
    Cloning.CloneViaFakeSerialization(object)
    Cloning.CloneViaFakeSerialization(object)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo(object, Type)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.ConvertTo<T>(object)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo(object, Type, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    ConversionUtility.IsConvertibleTo<T>(object, bool)
    Serialization.Serialize(object, bool)
    Serialization.Serialize(object, bool)
    TypeUtility.ToShortString(object, int)
    TypeUtility.ToShortString(object, int)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.IsUnityNull(object)
    UnityObjectUtility.ToSafeString(object)
    UnityObjectUtility.ToSafeString(object)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.CloneViaFakeSerialization<T>(T)
    Cloning.Clone<T>(T, ICloner, bool)
    Cloning.Clone<T>(T, ICloner, bool)
    LinqUtility.Yield<T>(T)
    LinqUtility.Yield<T>(T)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    Serialization.CloneViaSerialization<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)