次の方法で共有


TypeBuilder.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;

参照

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