다음을 통해 공유


TypeManifestOptions.InterfaceProxies 속성

정의

이 인터페이스의 구현에 대해 직렬화, 역직렬화 및 호출할 수 있는 메서드 호출을 캡처하는 알려진 인터페이스 프록시 집합을 가져옵니다.

public System.Collections.Generic.HashSet<Type> InterfaceProxies { get; }
member this.InterfaceProxies : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property InterfaceProxies As HashSet(Of Type)

속성 값

설명

이렇게 하면 호출자와 대상을 분리할 수 있으므로 호출을 캡처하고, 전송하고, 나중에 대상 개체에 대해 호출하여 원격 프로시저 호출을 구현할 수 있습니다.

적용 대상