4.3.0
15 Nov 16
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
Compare to version...
with 4.0.0-beta-23225
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Runtime.InteropServices.RuntimeInformation"
Version
=
"4.3.0"
/>
API Differences between 4.3.0 and 4.0.0-beta-23225
9
Additions
0
Removals
System.Runtime.InteropServices
public
enum
Architecture
Arm
=
2
Arm64
=
3
X64
=
1
X86
=
0
public
static
class
RuntimeInformation
public
static
string
FrameworkDescription
{
get
; }
public
static
Architecture
OSArchitecture
{
get
; }
public
static
string
OSDescription
{
get
; }
public
static
Architecture
ProcessArchitecture
{
get
; }