mscorlib(4.0.0.0) API with additions
DebuggerBrowsableState.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Diagnostics
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
enum
DebuggerBrowsableState
9
{
11
[__DynamicallyInvokable]
12
Never = 0,
14
[__DynamicallyInvokable]
15
Collapsed
= 2,
17
[__DynamicallyInvokable]
18
RootHidden
= 3
19
}
20
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Diagnostics.DebuggerBrowsableState.Collapsed
Show the element as collapsed.
System.Diagnostics
Definition:
AlphabeticalEnumConverter.cs:4
System.Diagnostics.DebuggerBrowsableState.RootHidden
Do not display the root element; display the child elements if the element is a collection or array o...
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Provides display instructions for the debugger.
Definition:
DebuggerBrowsableState.cs:8
All cs
System.Diagnostics
DebuggerBrowsableState.cs
Generated by
1.8.15