Mono Class Library: System.Reflection.MemberInfo Overview | Members

System.Reflection.MemberInfo.ReflectedType Property

Gets the type of the class through which the current instance was obtained. [Edit]

public abstract Type ReflectedType { get; }

Value

The Typeobject for the class through which the current instance was obtained. [Edit]

Remarks

Operation

This property is read-only.

ReflectedType is required to get the type of the object that was used to obtain the current instance. This property value is required to be equal to the MemberInfo.DeclaringType property value of the current instance if and only if the reflected type also contains a declaration for the member reflected by the current instance.

[Edit]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0