Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 214 Bytes

3.0.0_System.Runtime.Remoting.md

File metadata and controls

10 lines (9 loc) · 214 Bytes

System.Runtime.Remoting

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