TypeManifestOptions.InterfaceProxies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of known interface proxies, which capture method invocations which can be serialized, deserialized, and invoked against an implementation of this interface.
public System.Collections.Generic.HashSet<Type> InterfaceProxies { get; }
member this.InterfaceProxies : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property InterfaceProxies As HashSet(Of Type)
Property Value
Remarks
This allows decoupling the caller and target, so that remote procedure calls can be implemented by capturing an invocation, transmitting it, and later invoking it against a target object.