ConstructorBuilder::ReflectedType Property

 

Holds a reference to the Type object from which this object was obtained.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
property Type^ ReflectedType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

Returns the Type object from which this object was obtained.

A ConstructorBuilder object represents a constructor on a particular class. In order to obtain a ConstructorInfo object, the Type object that represents the class that supports the constructor is queried. This property holds a reference to that Type object.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: