ICustomAdapter インターフェイス
定義
警告
この API は現在使われていません。
クライアントが、カスタム マーシャラーによって渡されるアダプター オブジェクトではなく、実際のオブジェクトにアクセスできるようにします。Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.
public interface class ICustomAdapter
[System.Runtime.InteropServices.ComVisible(true)]
[System.Obsolete("ICustomAdapter may be unavailable in future releases.")]
public interface ICustomAdapter
type ICustomAdapter = interface
Public Interface ICustomAdapter
- 属性
注釈
組み込みカスタムマーシャラーがクライアントに渡すオブジェクトは、このインターフェイスを実装します。The objects that the built-in custom marshalers hand out to clients implement this interface.
メソッド
GetUnderlyingObject() |
カスタム マーシャラーによってラップされたオブジェクトにアクセスできるようにします。Provides access to the underlying object wrapped by a custom marshaler. |