TypeDelegator.GetConstructorImpl メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Overrides Function GetConstructorImpl ( _ bindingAttr As BindingFlags, _ binder As Binder, _ callConvention As CallingConventions, _ types As Type(), _ modifiers As ParameterModifier() _ ) As ConstructorInfo
Dim bindingAttr As BindingFlags Dim binder As Binder Dim callConvention As CallingConventions Dim types As Type() Dim modifiers As ParameterModifier() Dim returnValue As ConstructorInfo returnValue = Me.GetConstructorImpl(bindingAttr, binder, callConvention, types, modifiers)
protected override ConstructorInfo GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers )
protected: virtual ConstructorInfo^ GetConstructorImpl ( BindingFlags bindingAttr, Binder^ binder, CallingConventions callConvention, array<Type^>^ types, array<ParameterModifier>^ modifiers ) override
protected ConstructorInfo GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers )
protected override function GetConstructorImpl ( bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : ConstructorInfo
- binder
バインディング、引数型の強制変換、メンバの呼び出し、および、リフレクションを使用した MemberInfo オブジェクトの取得を有効にするオブジェクト。binder が null 参照 (Visual Basic では Nothing) の場合は、既定のバインダが使用されます。
- callConvention
- types
パラメータの数、順序、および型のリストを格納している type 型の配列。types は null 参照 (Visual Basic では Nothing) にできません。適切な GetMethod メソッドまたは空の配列を使用して、パラメータなしのメソッドを検索します。
指定した基準と一致するメソッドの ConstructorInfo オブジェクト。見つからなかった場合は null 参照 (Visual Basic では Nothing)。

エントリ ポイントの呼び出し規約を示す callConvention パラメータ。呼び出し規約を指定しない場合は、既定の CallingConventions 値である Standard が使用されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTypeDelegator.GetConstructorImpl メソッドを検索する場合は、下記のリンクをクリックしてください。

- TypeDelegator.GetConstructorImpl メソッドのページへのリンク