TypeManifestOptions.InterfaceProxies 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已知介面 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)
屬性值
備註
這可讓呼叫端和目標分離,以便藉由擷取調用、傳輸呼叫,以及稍後對目標物件叫用它,來實作遠端程序呼叫。