ConstructorInfoWrapper::Module Property

 

Gets the module in which the type that declares the member represented by the current MemberInfo is defined.

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

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

Property Value

Type: System.Reflection::Module^

Returns Module.

Return to top
Show: