ICustomAdapter インターフェイス

定義

注意事項

ICustomAdapter may be unavailable in future releases.

クライアントが、カスタム マーシャラーによって渡されるアダプター オブジェクトではなく、実際のオブジェクトにアクセスできるようにします。

public interface class ICustomAdapter
[System.Obsolete("ICustomAdapter may be unavailable in future releases.")]
public interface ICustomAdapter
public interface ICustomAdapter
[System.Runtime.InteropServices.ComVisible(true)]
public interface ICustomAdapter
[<System.Obsolete("ICustomAdapter may be unavailable in future releases.")>]
type ICustomAdapter = interface
type ICustomAdapter = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ICustomAdapter = interface
Public Interface ICustomAdapter
属性

注釈

組み込みのカスタム マーシャラーがクライアントに渡すオブジェクトは、このインターフェイスを実装します。

メソッド

GetUnderlyingObject()
古い.

カスタム マーシャラーによってラップされたオブジェクトにアクセスできるようにします。

適用対象