1
0
mirror of synced 2025-12-21 10:52:20 -05:00
Files
core/release-notes/5.0/api-diff/netstandard2.1/5.0_System.Runtime.Remoting.md
Rich Lander 8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

* Update links
2025-01-13 21:40:52 -08:00

214 B

System.Runtime.Remoting

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