Added Microsoft.Iris.Debug to source control

This commit is contained in:
Yoshi Askharoun
2022-06-02 18:17:09 -05:00
parent 0724358288
commit 4038c8fb81
10 changed files with 1559 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
// Decompiled with JetBrains decompiler
// Type: Microsoft.Iris.Debug.TraceCategory
// Assembly: UIX, Version=4.8.0.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217
// MVID: A56C6C9D-B7F6-46A9-8BDE-B3D9B8D60B11
// Assembly location: C:\Program Files\Zune\UIX.dll
namespace Microsoft.Iris.Debug
{
public enum TraceCategory
{
AnimationRendering = 0,
Critical = 1,
Deprecated = 2,
Dispatcher = 3,
Dump = 4,
Dx9Wrapper = 5,
DynamicSurface = 6,
Failure = 7,
FormWindow = 8,
GraphicsCache = 9,
IFC = 10, // 0x0000000A
ObjectCache = 11, // 0x0000000B
Performance = 12, // 0x0000000C
Profile = 13, // 0x0000000D
Queues = 14, // 0x0000000E
Render = 15, // 0x0000000F
Sounds = 16, // 0x00000010
Surface = 17, // 0x00000011
SurfacePool = 18, // 0x00000012
SurfaceRestoration = 19, // 0x00000013
TimeOuts = 20, // 0x00000014
Transport = 21, // 0x00000015
WindowState = 22, // 0x00000016
EffectSystem = 23, // 0x00000017
HTTP = 24, // 0x00000018
Animation = 25, // 0x00000019
Accessibility = 26, // 0x0000001A
Bugs = 27, // 0x0000001B
CodeModel = 28, // 0x0000001C
DataBinding = 29, // 0x0000001D
Disposal = 30, // 0x0000001E
EventRouting = 31, // 0x0000001F
Focus = 32, // 0x00000020
GroupedList = 33, // 0x00000021
ImageCache = 34, // 0x00000022
Input = 35, // 0x00000023
InputHandler = 36, // 0x00000024
Markup = 37, // 0x00000025
MarkupCompiler = 38, // 0x00000026
MarkupDebug = 39, // 0x00000027
MarkupEncoding = 40, // 0x00000028
MemoryUsage = 41, // 0x00000029
NativeCodeModel = 42, // 0x0000002A
Navigation = 43, // 0x0000002B
Painting = 44, // 0x0000002C
Protocol = 45, // 0x0000002D
Repeating = 46, // 0x0000002E
Resource = 47, // 0x0000002F
Selection = 48, // 0x00000030
Text = 49, // 0x00000031
ViewItemTreeDump = 50, // 0x00000032
VirtualList = 51, // 0x00000033
Tool = 52, // 0x00000034
Count = 53, // 0x00000035
Max = 1024, // 0x00000400
}
}