IReflect インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDispatch インターフェイスとの相互運用。
public interface class IReflect
public interface IReflect
[System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
public interface IReflect
[System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IReflect
type IReflect = interface
[<System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")>]
type IReflect = interface
[<System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IReflect = interface
Public Interface IReflect
- 派生
- 属性
注釈
IReflect インターフェイスは、IDispatch インターフェイスとの相互運用に使用されます。
IReflect では、Type リフレクション メソッドのサブセットを定義します。 このインターフェイスを実装すると、オブジェクトが COM から IDispatch
オブジェクトとしてアクセスされるときに、型の動作をカスタマイズできます。
ExpandoToDispatchExMarshaler クラスを使用して、IReflect または IExpando を COM IDispatch
オブジェクトとして実装するオブジェクトをマーシャリングできます。その逆も同様です。
プロパティ
UnderlyingSystemType |
IReflect オブジェクトを表す基になる型を取得します。 |
メソッド
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET