Gets the constructor that implemented the TypeDelegator.
[Visual Basic] Overrides Protected Function GetConstructorImpl( _ ByVal bindingAttr As BindingFlags, _ ByVal binder As Binder, _ ByVal callConvention As CallingConventions, _ ByVal types() As Type, _ ByVal modifiers() As ParameterModifier _ ) As ConstructorInfo [C#] protected override ConstructorInfo GetConstructorImpl( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers ); [C++] protected: override ConstructorInfo* GetConstructorImpl( BindingFlags bindingAttr, Binder* binder, CallingConventions callConvention, Type* types[], ParameterModifier* modifiers[] ); [JScript] protected override function GetConstructorImpl( bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : ConstructorInfo;
A ConstructorInfo object for the method that matches the specified criteria, or null if a match cannot be found.
The CallingConventions parameter indicates the calling convention for the entry point. If no CallingConventions is specified, a default CallingConventions value of Standard is used.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | CallingConventions