ConstructorInfoWrapper, constructeur
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Sub New ( _
constructor As ConstructorInfo, _
reflectedType As Type _
)
public ConstructorInfoWrapper(
ConstructorInfo constructor,
Type reflectedType
)
Paramètres
- constructor
Type : System.Reflection.ConstructorInfo
- reflectedType
Type : System.Type
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.