共用方式為


TypeManifestOptions.InterfaceProxies 屬性

定義

取得已知介面 Proxy 的集合,這個 Proxy 會擷取可序列化、還原序列化及針對這個介面實作叫用的方法調用。

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

屬性值

備註

這可讓呼叫端和目標分離,以便藉由擷取調用、傳輸呼叫,以及稍後對目標物件叫用它,來實作遠端程序呼叫。

適用於