4.0.10-beta-23109
27 Jul 15
Toggle Dropdown
Version 4
4.3.1
12 Feb 19
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.2
11 Mar 19
4.1.1
12 Feb 19
4.1.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.11-beta-23516
18 Nov 15
4.0.11-beta-23409
15 Oct 15
4.0.11-beta-23225
2 Sep 15
4.0.10
29 Jul 15
4.0.10-beta-23109
27 Jul 15
4.0.10-beta-23019
30 Jun 15
4.0.10-beta-22816
24 Apr 15
4.0.10-beta-22605
13 Feb 15
4.0.10-beta-22416
16 Jan 15
4.0.10-beta-22231
11 Nov 14
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
Compare to version...
with 4.0.10-beta-22231
Toggle Dropdown
Version 4
4.3.1
12 Feb 19
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.2
11 Mar 19
4.1.1
12 Feb 19
4.1.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.11-beta-23516
18 Nov 15
4.0.11-beta-23409
15 Oct 15
4.0.11-beta-23225
2 Sep 15
4.0.10
29 Jul 15
4.0.10-beta-23109
27 Jul 15
4.0.10-beta-23019
30 Jun 15
4.0.10-beta-22816
24 Apr 15
4.0.10-beta-22605
13 Feb 15
4.0.10-beta-22416
16 Jan 15
4.0.10-beta-22231
11 Nov 14
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Runtime.Extensions"
Version
=
"4.0.10-beta-23109"
/>
API Differences between 4.0.10-beta-23109 and 4.0.10-beta-22231
32
Additions
0
Removals
System.Diagnostics
public
class
Stopwatch
public
static
readonly
long
Frequency
public
static
readonly
bool
IsHighResolution
public
TimeSpan
Elapsed
{
get
; }
public
long
ElapsedMilliseconds
{
get
; }
public
long
ElapsedTicks
{
get
; }
public
bool
IsRunning
{
get
; }
public
Stopwatch
()
public
static
long
GetTimestamp
()
public
static
Stopwatch
StartNew
()
public
void
Reset
()
public
void
Restart
()
public
void
Start
()
public
void
Stop
()
System.Net
public
static
class
WebUtility
public
static
string
HtmlDecode
(
string
value
)
public
static
string
HtmlEncode
(
string
value
)
public
static
string
UrlDecode
(
string
encodedValue
)
public
static
byte
[]
UrlDecodeToBytes
(
byte
[]
encodedValue
,
int
offset
,
int
count
)
public
static
string
UrlEncode
(
string
value
)
public
static
byte
[]
UrlEncodeToBytes
(
byte
[]
value
,
int
offset
,
int
count
)
System.Runtime.Versioning
public
sealed
class
FrameworkName
:
IEquatable
<
FrameworkName
>
public
string
FullName
{
get
; }
public
string
Identifier
{
get
; }
public
string
Profile
{
get
; }
public
Version
Version
{
get
; }
public
FrameworkName
(
string
identifier
,
Version
version
)
public
FrameworkName
(
string
identifier
,
Version
version
,
string
profile
)
public
FrameworkName
(
string
frameworkName
)
public
static
bool
op_Equality
(
FrameworkName
left
,
FrameworkName
right
)
public
static
bool
op_Inequality
(
FrameworkName
left
,
FrameworkName
right
)
public
bool
Equals
(
FrameworkName
other
)