dotnet-core/release-notes/3.0/api-diff/3.0.0_System.Runtime.Remoting.md
2019-09-23 13:07:54 -07:00

215 B

System.Runtime.Remoting

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