dotnet-core/release-notes/5.0/api-diff/netstandard2.1/5.0_System.Runtime.Remoting.md

12 lines
215 B
Markdown
Raw Normal View History

# System.Runtime.Remoting
``` diff
+namespace System.Runtime.Remoting {
+ public class ObjectHandle : MarshalByRefObject {
+ public ObjectHandle(object o);
+ public object Unwrap();
+ }
+}
```