ConstructorInfoWrapper Properties

 

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

NameDescription
System_CAPS_pubpropertyAttributes

Gets the attributes of this method.(Overrides MethodBase::Attributes.)

System_CAPS_pubpropertyCallingConvention

Gets the calling conventions for this method.(Overrides MethodBase::CallingConvention.)

System_CAPS_pubpropertyContainsGenericParameters

Determines whether this method has generic parameters.(Overrides MethodBase::ContainsGenericParameters.)

System_CAPS_pubpropertyCustomAttributes

(Inherited from MemberInfo.)

System_CAPS_pubpropertyDeclaringType

Gets the type that declares this method.(Overrides MemberInfo::DeclaringType.)

System_CAPS_pubpropertyIsAbstract

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsAssembly

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsConstructor

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamily

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamilyAndAssembly

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamilyOrAssembly

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFinal

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsGenericMethod

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsGenericMethodDefinition

Determines whether this is a generic method definition.(Overrides MethodBase::IsGenericMethodDefinition.)

System_CAPS_pubpropertyIsHideBySig

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsPrivate

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsPublic

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecurityCritical

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecuritySafeCritical

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecurityTransparent

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSpecialName

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsStatic

(Inherited from MethodBase.)

System_CAPS_pubpropertyIsVirtual

(Inherited from MethodBase.)

System_CAPS_pubpropertyMemberType

Gets a MemberTypes value indicating that this is a constructor.(Overrides ConstructorInfo::MemberType.)

System_CAPS_pubpropertyMetadataToken

Gets the ID of the metadata element.(Overrides MemberInfo::MetadataToken.)

System_CAPS_pubpropertyMethodHandle

Gets a handle to the internal metadata representation of a method.(Overrides MethodBase::MethodHandle.)

System_CAPS_pubpropertyMethodImplementationFlags

(Inherited from MethodBase.)

System_CAPS_pubpropertyModule

Gets the module in which the type that declares the member represented by the current MemberInfo is defined.(Overrides MemberInfo::Module.)

System_CAPS_pubpropertyName

Gets the name of this method.(Overrides MemberInfo::Name.)

System_CAPS_pubpropertyReflectedType

Gets the type of the class that was used to get this method.(Overrides MemberInfo::ReflectedType.)

System_CAPS_pubpropertyUnderlyingConstructor

Gets this ConstructorInfo.

Return to top
Show: