Returns the type that was used to obtain this type.
[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. The type that was used to obtain this type.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace