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()

사용자 지정 마샬러에서 래핑한 내부 개체에 액세스할 수 있습니다.

적용 대상