Search Results for

    Show / Hide Table of Contents

    Enum MemberTypes

    Marks each type of member that is defined as a derived class of MemberInfo.

    Namespace: System.Reflection
    Assembly: mscorlib.dll
    Syntax
    public enum MemberTypes
    Remarks

    Available only in mscorlib build with support for System.Reflection.

    Fields

    Name Description
    All

    Specifies all member types.

    Constructor

    Specifies that the member is a constructor

    Custom

    Specifies that the member is a custom member type

    Event

    Specifies that the member is an event

    Field

    Specifies that the member is a field

    Method

    Specifies that the member is a method

    NestedType

    Specifies that the member is a nested type

    Property

    Specifies that the member is a property

    TypeInfo

    Specifies that the member is a type

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX