EnumBuilder.GetInterfaceMap(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求されたインターフェイスに対するインターフェイス マップを返します。
public:
override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping
パラメーター
- interfaceType
- Type
インターフェイス マップの取得対象のインターフェイスの型。
戻り値
要求されたインターフェイス マップ。
- 属性
例外
この型はインターフェイスを実装していません。
注釈
回避策として、完成した型のインターフェイス マッピング型を取得するには、 または Assembly.GetType を使用してType.GetType型を取得し、取得した型でリフレクションを使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET