ConstructorInfoWrapper Class
Provides extra properties for the ConstructorInfo class.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
System.Reflection.MemberInfo
System.Reflection.MethodBase
System.Reflection.ConstructorInfo
Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper
| Name | Description | |
|---|---|---|
![]() | ConstructorInfoWrapper(ConstructorInfo, Type) | Instantiates a new instance of ConstructorInfoWrapper. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the attributes of this method.(Overrides MethodBase.Attributes.) |
![]() | CallingConvention | Gets the calling conventions for this method.(Overrides MethodBase.CallingConvention.) |
![]() | ContainsGenericParameters | Determines whether this method has generic parameters.(Overrides MethodBase.ContainsGenericParameters.) |
![]() | CustomAttributes | (Inherited from MemberInfo.) |
![]() | DeclaringType | Gets the type that declares this method.(Overrides MemberInfo.DeclaringType.) |
![]() | IsAbstract | (Inherited from MethodBase.) |
![]() | IsAssembly | (Inherited from MethodBase.) |
![]() | IsConstructor | (Inherited from MethodBase.) |
![]() | IsFamily | (Inherited from MethodBase.) |
![]() | IsFamilyAndAssembly | (Inherited from MethodBase.) |
![]() | IsFamilyOrAssembly | (Inherited from MethodBase.) |
![]() | IsFinal | (Inherited from MethodBase.) |
![]() | IsGenericMethod | (Inherited from MethodBase.) |
![]() | IsGenericMethodDefinition | Determines whether this is a generic method definition.(Overrides MethodBase.IsGenericMethodDefinition.) |
![]() | IsHideBySig | (Inherited from MethodBase.) |
![]() | IsPrivate | (Inherited from MethodBase.) |
![]() | IsPublic | (Inherited from MethodBase.) |
![]() | IsSecurityCritical | (Inherited from MethodBase.) |
![]() | IsSecuritySafeCritical | (Inherited from MethodBase.) |
![]() | IsSecurityTransparent | (Inherited from MethodBase.) |
![]() | IsSpecialName | (Inherited from MethodBase.) |
![]() | IsStatic | (Inherited from MethodBase.) |
![]() | IsVirtual | (Inherited from MethodBase.) |
![]() | MemberType | Gets a MemberTypes value indicating that this is a constructor.(Overrides ConstructorInfo.MemberType.) |
![]() | MetadataToken | Gets the ID of the metadata element.(Overrides MemberInfo.MetadataToken.) |
![]() | MethodHandle | Gets a handle to the internal metadata representation of a method.(Overrides MethodBase.MethodHandle.) |
![]() | MethodImplementationFlags | (Inherited from MethodBase.) |
![]() | Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined.(Overrides MemberInfo.Module.) |
![]() | Name | Gets the name of this method.(Overrides MemberInfo.Name.) |
![]() | ReflectedType | Gets the type of the class that was used to get this method.(Overrides MemberInfo.ReflectedType.) |
![]() | UnderlyingConstructor | Gets this ConstructorInfo. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether this instance is the same as the specified object.(Overrides ConstructorInfo.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCustomAttributes(Boolean) | Gets all the custom attributes applied to this member.(Overrides MemberInfo.GetCustomAttributes(Boolean).) |
![]() | GetCustomAttributes(Type, Boolean) | Gets all the custom attributes applied to this member of the specified type.(Overrides MemberInfo.GetCustomAttributes(Type, Boolean).) |
![]() | GetCustomAttributesData() | Gets the data for the attributes that have been applied to this method.(Overrides MemberInfo.GetCustomAttributesData().) |
![]() | GetGenericArguments() | Gets the type arguments of a generic method or the type parameters of a generic method definition.(Overrides MethodBase.GetGenericArguments().) |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides ConstructorInfo.GetHashCode().) |
![]() | GetMethodBody() | Gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for this method.(Overrides MethodBase.GetMethodBody().) |
![]() | GetMethodImplementationFlags() | Gets the method implementation attributes.(Overrides MethodBase.GetMethodImplementationFlags().) |
![]() | GetParameters() | Gets the parameters of this method.(Overrides MethodBase.GetParameters().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(BindingFlags, Binder, Object[], CultureInfo) | Invokes the constructor with the specified parameters.(Overrides ConstructorInfo.Invoke(BindingFlags, Binder, Object[], CultureInfo).) |
![]() | Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) | Invokes the constructor with the specified parameters.(Overrides MethodBase.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo).) |
![]() | Invoke(Object, Object[]) | (Inherited from MethodBase.) |
![]() | Invoke(Object[]) | (Inherited from ConstructorInfo.) |
![]() | IsDefined(Type, Boolean) | Determines whether one or more attributes of the specified type or of its derived types is applied to this member.(Overrides MemberInfo.IsDefined(Type, Boolean).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




