次の方法で共有


TypeDelegator.GetInterface メソッド

オーバーロードの一覧

現在のクラスで実装されている指定したインターフェイスを返します。

[Visual Basic] Overloads Overrides Public Function GetInterface(String, Boolean) As Type

[C#] public override Type GetInterface(string, bool);

[C++] public: Type* GetInterface(String*, bool);

[JScript] public override function GetInterface(String, Boolean) : Type;

Type から継承されます。

[Visual Basic] Overloads Public Function GetInterface(String) As Type

[C#] public Type GetInterface(string);

[C++] public: Type* GetInterface(String*);

[JScript] public function GetInterface(String) : Type;

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間