Mono Class Library: Overview

System.Reflection.MemberInfo: Property Members

The properties of System.Reflection.MemberInfo are listed below. For a list of all members, see the MemberInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
DeclaringTypeType. Gets the type that declares the member reflected by the current instance.
[read-only]
abstract
MemberTypeMemberTypes. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
ModuleModule. Documentation for this section has not yet been entered.
[read-only]
abstract
Namestring. Gets the name of the member reflected by the current instance.
[read-only]
abstract
ReflectedTypeType. Gets the type of the class through which the current instance was obtained.