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
특성

설명

기본 제공 사용자 지정 마샬러가 클라이언트에 전달하는 개체는 이 인터페이스를 구현합니다.

메서드

Name Description
GetUnderlyingObject()
사용되지 않음.

사용자 지정 마샬러에 의해 래핑된 기본 개체에 대한 액세스를 제공합니다.

적용 대상