_Type.GetInterfaceMap(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
COM オブジェクトに、GetInterfaceMap(Type) メソッドへのバージョンに依存しないアクセスが用意されています。
public:
System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping
パラメーター
戻り値
interfaceType に対するインターフェイスのマッピングを表す InterfaceMapping オブジェクト。
注釈
このメソッドは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。
メソッドは、 Type.GetInterfaceMap 指定されたインターフェイス型に対するインターフェイスの割り当てを返します。