Retrieves the class that was used in reflection to obtain this object.
[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 used to obtain this method.
A MethodBuilder object represents a method on a particular class or interface. In order to obtain a MethodInfo object, the Type object that represents the class or interface that supports the method is queried. This property holds a reference to that Type object.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace