ConstructorInfoWrapper Class
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Déclaration
Public Class ConstructorInfoWrapper _
Inherits ConstructorInfo
'Utilisation
Dim instance As ConstructorInfoWrapper
public class ConstructorInfoWrapper : ConstructorInfo
public ref class ConstructorInfoWrapper : public ConstructorInfo
type ConstructorInfoWrapper =
class
inherit ConstructorInfo
end
public class ConstructorInfoWrapper extends ConstructorInfo
Inheritance Hierarchy
System.Object
System.Reflection.MemberInfo
System.Reflection.MethodBase
System.Reflection.ConstructorInfo
Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.