Retrieves the reference to the Type object from which this object was obtained.
[Visual Basic] Overridable Public ReadOnly Property ReflectedType As Type [C#] public Type ReflectedType {override get;} [C++] public: __property virtual Type* get_ReflectedType(); [JScript] public function get ReflectedType() : Type;
Read-only. Retrieves the reference to the Type object from which this instance was obtained.
A FieldBuilder object represents a field of a particular class. In order to obtain a FieldBuilder object, the Type object that represents the class that supports the field is queried. This property holds a reference to that Type object.
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace