Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MarshalByRefObject.cs
Go to the documentation of this file.
2
3namespace System;
4
5[ClassInterface(ClassInterfaceType.AutoDispatch)]
6[ComVisible(true)]
7public abstract class MarshalByRefObject
8{
9 [Obsolete("This Remoting API is not supported and throws PlatformNotSupportedException.", DiagnosticId = "SYSLIB0010", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
14
15 [Obsolete("This Remoting API is not supported and throws PlatformNotSupportedException.", DiagnosticId = "SYSLIB0010", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
20
21 protected MarshalByRefObject MemberwiseClone(bool cloneIdentity)
22 {
24 }
25}
MarshalByRefObject MemberwiseClone(bool cloneIdentity)
virtual object InitializeLifetimeService()
static string PlatformNotSupported_Remoting
Definition SR.cs:1794
Definition SR.cs:7