Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InitializeLifetimeService()

virtual object System.MarshalByRefObject.InitializeLifetimeService ( )
inlinevirtualinherited

Definition at line 16 of file MarshalByRefObject.cs.

17 {
18 throw new PlatformNotSupportedException(SR.PlatformNotSupported_Remoting);
19 }

References System.SR.PlatformNotSupported_Remoting.