ConstructorInfoWrapper::ReflectedType Property

 

Gets the type of the class that was used to get this method.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

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

Property Value

Type: System::Type^

Returns Type.

Return to top
Show: