The name of the operating system running on the computer.
By default, WIN32 will be used on Windows, and UNIX will be used elsewhere.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public IrcString OperatingSystem { get; set; }
public IrcString OperatingSystem { get; set; }
Public Property OperatingSystem As IrcString
Get
Set
Public Property OperatingSystem As IrcString
Get
Set
public:
property IrcString^ OperatingSystem {
IrcString^ get ();
void set (IrcString^ value);
}
member OperatingSystem : IrcString with get, set
member OperatingSystem : IrcString with get, set