123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <Overview>
- <Assemblies>
- <Assembly Name="Terminal.Gui" Version="1.0.0.0">
- <Attributes>
- <Attribute>
- <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyCompany("Miguel de Icaza")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyConfiguration("Release")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyDescription("Console-based user interface toolkit for .NET applications.")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyFileVersion("1.0.0.0")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyInformationalVersion("1.0.0")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyProduct("Terminal.Gui")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyTitle("Terminal.Gui")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.Versioning.TargetFramework(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")</AttributeName>
- </Attribute>
- </Attributes>
- </Assembly>
- </Assemblies>
- <Remarks>To be added.</Remarks>
- <Copyright>To be added.</Copyright>
- <Types>
- <Namespace Name="Mono.Terminal">
- <Type Name="IMainLoopDriver" Kind="Interface" />
- <Type Name="MainLoop" Kind="Class" />
- <Type Name="UnixMainLoop" Kind="Class" />
- <Type Name="UnixMainLoop+Condition" Kind="Enumeration" />
- </Namespace>
- <Namespace Name="Terminal">
- </Namespace>
- <Namespace Name="Terminal.Gui">
- <Type Name="Application" Kind="Class" />
- <Type Name="Application+RunState" Kind="Class" />
- <Type Name="Attribute" Kind="Structure" />
- <Type Name="Button" Kind="Class" />
- <Type Name="CheckBox" Kind="Class" />
- <Type Name="Clipboard" Kind="Class" />
- <Type Name="Color" Kind="Enumeration" />
- <Type Name="Colors" Kind="Class" />
- <Type Name="ColorScheme" Kind="Class" />
- <Type Name="ConsoleDriver" Kind="Class" />
- <Type Name="CursesDriver" Kind="Class" />
- <Type Name="Dialog" Kind="Class" />
- <Type Name="Dim" Kind="Class" />
- <Type Name="FileDialog" Kind="Class" />
- <Type Name="FrameView" Kind="Class" />
- <Type Name="HexView" Kind="Class" />
- <Type Name="IListDataSource" Kind="Interface" />
- <Type Name="Key" Kind="Enumeration" />
- <Type Name="KeyEvent" Kind="Structure" />
- <Type Name="Label" Kind="Class" />
- <Type Name="LayoutStyle" Kind="Enumeration" />
- <Type Name="ListView" Kind="Class" />
- <Type Name="MenuBar" Kind="Class" />
- <Type Name="MenuBarItem" Kind="Class" />
- <Type Name="MenuItem" Kind="Class" />
- <Type Name="MessageBox" Kind="Class" />
- <Type Name="MouseEvent" Kind="Structure" />
- <Type Name="MouseFlags" Kind="Enumeration" />
- <Type Name="OpenDialog" Kind="Class" />
- <Type Name="Point" Kind="Structure" />
- <Type Name="Pos" Kind="Class" />
- <Type Name="ProgressBar" Kind="Class" />
- <Type Name="RadioGroup" Kind="Class" />
- <Type Name="Rect" Kind="Structure" />
- <Type Name="Responder" Kind="Class" />
- <Type Name="SaveDialog" Kind="Class" />
- <Type Name="ScrollBarView" Kind="Class" />
- <Type Name="ScrollView" Kind="Class" />
- <Type Name="Size" Kind="Structure" />
- <Type Name="SpecialChar" Kind="Enumeration" />
- <Type Name="TextAlignment" Kind="Enumeration" />
- <Type Name="TextField" Kind="Class" />
- <Type Name="TextView" Kind="Class" />
- <Type Name="TimeField" Kind="Class" />
- <Type Name="Toplevel" Kind="Class" />
- <Type Name="View" Kind="Class" />
- <Type Name="Window" Kind="Class" />
- </Namespace>
- <Namespace Name="Unix.Terminal">
- <Type Name="Curses" Kind="Class" />
- <Type Name="Curses+Event" Kind="Enumeration" />
- <Type Name="Curses+MouseEvent" Kind="Structure" />
- <Type Name="Curses+Window" Kind="Class" />
- </Namespace>
- </Types>
- <Title>Terminal</Title>
- </Overview>
|