fuget.org
System.Diagnostics.Debug
by Microsoft
4.0.10-beta-22816
24 Apr 15
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.11
27 Jun 16
4.0.11-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
1 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
API Diff
with 4.0.10-beta-23109
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.11
27 Jun 16
4.0.11-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
1 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
System.Diagnostics.Debug.4.0.10-beta-22816.nupkg
nuget.org
License
<
PackageReference
Include
=
"System.Diagnostics.Debug"
Version
=
"4.0.10-beta-22816"
/>
Frameworks
aspnetcore50
contract
net45
portable-wpa81+wp80+win80+net45+aspnetcore50
Dependencies
System.Runtime 4.0.20-beta-22816
API Diff between 4.0.10-beta-22816 and 4.0.10-beta-23109
35
Additions
5
Removals
System.Diagnostics
public
static
class
Debug
public
static
void
Write
(
string
message
)
public
static
void
Write
(
string
message
,
string
category
)
public
static
void
WriteIf
(
bool
condition
,
string
message
)
public
static
void
Write
(
string
message
)
public
static
void
Write
(
string
message
,
string
category
)
public
static
void
WriteIf
(
bool
condition
,
string
message
,
string
category
)
public
static
void
WriteLine
(
string
message
)
public
static
void
WriteIf
(
bool
condition
,
string
message
)
public
static
void
WriteIf
(
bool
condition
,
string
message
,
string
category
)
public
static
void
WriteLine
(
string
message
)
public
static
class
Debugger
public
static
bool
IsAttached
{
get
; }
public
static
void
Break
()
public
static
bool
Launch
()
public
sealed
class
DebuggerBrowsableAttribute
:
Attribute
public
DebuggerBrowsableState
State
{
get
; }
public
DebuggerBrowsableAttribute
(
DebuggerBrowsableState
state
)
public
enum
DebuggerBrowsableState
Collapsed
=
2
Never
=
0
RootHidden
=
3
public
sealed
class
DebuggerDisplayAttribute
:
Attribute
public
string
Name
{
get
;
set
; }
public
Type
Target
{
get
;
set
; }
public
string
TargetTypeName
{
get
;
set
; }
public
string
Type
{
get
;
set
; }
public
string
Value
{
get
; }
public
DebuggerDisplayAttribute
(
string
value
)
public
sealed
class
DebuggerHiddenAttribute
:
Attribute
public
DebuggerHiddenAttribute
()
public
sealed
class
DebuggerNonUserCodeAttribute
:
Attribute
public
DebuggerNonUserCodeAttribute
()
public
sealed
class
DebuggerStepThroughAttribute
:
Attribute
public
DebuggerStepThroughAttribute
()
public
sealed
class
DebuggerTypeProxyAttribute
:
Attribute
public
string
ProxyTypeName
{
get
; }
public
Type
Target
{
get
;
set
; }
public
string
TargetTypeName
{
get
;
set
; }
public
DebuggerTypeProxyAttribute
(
string
typeName
)
public
DebuggerTypeProxyAttribute
(
Type
type
)