17 public long?
Id {
get;
set; }
27 public ushort
Port {
get;
set; }
62 : base(accessIdentifier)
72 ? throw new ArgumentNullException(nameof(copy))
85 public override string ToString() => $
"Session: {Id}, PID: {ProcessId}, Access Identifier {AccessIdentifier}, RebootState: {RebootState}, Port: {Port}";
Common base for interop parameters.
string AccessIdentifier
Used to identify and authenticate the DreamDaemon instance.
DreamDaemonVisibility
The visibility setting for DreamDaemon.
DreamDaemonSecurity
DreamDaemon's security level.
RebootState
Represents the action to take when /world/Reboot() is called.