System.Runtime.Remoting
January 13, 2025 ยท View on GitHub
+namespace System.Runtime.Remoting {
+ public class ObjectHandle : MarshalByRefObject {
+ public ObjectHandle(object o);
+ public object Unwrap();
+ }
+}
January 13, 2025 ยท View on GitHub
+namespace System.Runtime.Remoting {
+ public class ObjectHandle : MarshalByRefObject {
+ public ObjectHandle(object o);
+ public object Unwrap();
+ }
+}