ConstructorInfoWrapper.UnderlyingConstructor Property
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo
public ConstructorInfo UnderlyingConstructor { get; }
public:
property ConstructorInfo^ UnderlyingConstructor {
ConstructorInfo^ get ();
}
member UnderlyingConstructor : ConstructorInfo
function get UnderlyingConstructor () : ConstructorInfo
Property Value
Type: System.Reflection.ConstructorInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.