// Assembly: mscorlib
// Full name: System.OperatingSystem

namespace System
{
public class OperatingSystem // TypeDefIndex: 3601
{
	// Fields
	type#28526 _version;
	type#24397 _platform;
	type#26586 _servicePack;
	type#26577 _versionString;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#24396 platform, type#28524 version) { }
	// RVA: -1
	internal type#28660 .ctor(type#24396 platform, type#28524 version, type#26576 servicePack) { }
	// RVA: -1
	public virtual type#28660 GetObjectData(type#25857 info, type#26566 context) { }
	// RVA: -1
	public type#24396 get_Platform() { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#26576 get_VersionString() { }
}
}
