https://learn.microsoft.com/ja-jp/dotnet/api/system.runtime.remoting.proxies.realproxy.getobjectdata?view=netframework-4.8.1
RealProxy.GetObjectData(SerializationInfo, StreamingContext) Method...
Adds the transparent proxy of the object represented by the current instance of RealProxy to the specified SerializationInfo.
method
https://learn.microsoft.com/ja-jp/dotnet/api/system.runtime.remoting.proxies.realproxy.attachserver?view=netframework-4.8.1
RealProxy.AttachServer(MarshalByRefObject) Method (System.Runtime.Remoting.Proxies) | Microsoft...
Attaches the current proxy instance to the specified remote MarshalByRefObject.
methodsystemruntimeremotingproxies
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.remoting.proxies.realproxy?view=netframework-4.8.1&redirectedfrom=MSDN
RealProxy Class (System.Runtime.Remoting.Proxies) | Microsoft Learn
Provides base functionality for proxies.
class systemruntimeremotingproxiesmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.remoting.proxies.realproxy.gettransparentproxy?view=netframework-4.8.1
RealProxy.GetTransparentProxy Method (System.Runtime.Remoting.Proxies) | Microsoft Learn
Returns the transparent proxy for the current instance of RealProxy.
methodsystemruntimeremotingproxies
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.remoting.proxies.realproxy.setcomiunknown?view=netframework-4.8.1
RealProxy.SetCOMIUnknown(IntPtr) Method (System.Runtime.Remoting.Proxies) | Microsoft Learn
Stores an unmanaged proxy of the object that is represented by the current instance.
methodsystemruntimeremotingproxies
https://learn.microsoft.com/en-us/dotnet/api/system.runtime.remoting.proxies.realproxy.invoke?view=netframework-4.8.1
RealProxy.Invoke(IMessage) Method (System.Runtime.Remoting.Proxies) | Microsoft Learn
When overridden in a derived class, invokes the method that is specified in the provided IMessage on the remote object that is represented by the current...
invokeimessagemethodsystemruntime