Terminal.Gui.Application.RunState.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Application.RunState
  4. id: Application.RunState
  5. children:
  6. - Terminal.Gui.Application.RunState.Dispose
  7. - Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  8. langs:
  9. - csharp
  10. name: Application.RunState
  11. nameWithType: Application.RunState
  12. fullName: Terminal.Gui.Application.RunState
  13. type: Class
  14. assemblies:
  15. - Terminal.Gui
  16. namespace: Terminal.Gui
  17. summary: Captures the execution state for the provided TopLevel view.
  18. syntax:
  19. content: 'public class Application.RunState : IDisposable'
  20. inheritance:
  21. - System.Object
  22. implements:
  23. - System.IDisposable
  24. inheritedMembers: []
  25. - uid: Terminal.Gui.Application.RunState.Dispose
  26. id: Dispose
  27. parent: Terminal.Gui.Application.RunState
  28. langs:
  29. - csharp
  30. name: Dispose()
  31. nameWithType: Application.RunState.Dispose()
  32. fullName: Application.RunState.Dispose()
  33. type: Method
  34. assemblies:
  35. - Terminal.Gui
  36. namespace: Terminal.Gui
  37. summary: Releases alTop = l resource used by the <xref href="Terminal.Gui.Application.RunState"></xref> object.
  38. remarks: >-
  39. Call <xref href="Terminal.Gui.Application.RunState.Dispose"></xref> when you are finished using the <xref href="Terminal.Gui.Application.RunState"></xref>. The
  40. <xref href="Terminal.Gui.Application.RunState.Dispose"></xref> method leaves the <xref href="Terminal.Gui.Application.RunState"></xref> in an unusable state. After
  41. calling <xref href="Terminal.Gui.Application.RunState.Dispose"></xref>, you must release all references to the
  42. <xref href="Terminal.Gui.Application.RunState"></xref> so the garbage collector can reclaim the memory that the
  43. <xref href="Terminal.Gui.Application.RunState"></xref> was occupying.
  44. syntax:
  45. content: public void Dispose ();
  46. parameters: []
  47. overload: Terminal.Gui.Application.RunState.Dispose*
  48. exceptions: []
  49. - uid: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  50. id: Dispose(System.Boolean)
  51. parent: Terminal.Gui.Application.RunState
  52. langs:
  53. - csharp
  54. name: Dispose(Boolean)
  55. nameWithType: Application.RunState.Dispose(Boolean)
  56. fullName: Application.RunState.Dispose(Boolean)
  57. type: Method
  58. assemblies:
  59. - Terminal.Gui
  60. namespace: Terminal.Gui
  61. summary: Dispose the specified disposing.
  62. syntax:
  63. content: protected virtual void Dispose (bool disposing);
  64. parameters:
  65. - id: disposing
  66. type: System.Boolean
  67. description: If set to <code>true</code> disposing.
  68. overload: Terminal.Gui.Application.RunState.Dispose*
  69. exceptions: []
  70. references:
  71. - uid: System.Object
  72. parent: System
  73. isExternal: true
  74. name: Object
  75. nameWithType: Object
  76. fullName: System.Object
  77. - uid: Terminal.Gui.Application.RunState.Dispose
  78. parent: Terminal.Gui.Application.RunState
  79. isExternal: false
  80. name: Dispose()
  81. nameWithType: Application.RunState.Dispose()
  82. fullName: Application.RunState.Dispose()
  83. - uid: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  84. parent: Terminal.Gui.Application.RunState
  85. isExternal: false
  86. name: Dispose(Boolean)
  87. nameWithType: Application.RunState.Dispose(Boolean)
  88. fullName: Application.RunState.Dispose(Boolean)
  89. - uid: System.Boolean
  90. parent: System
  91. isExternal: true
  92. name: Boolean
  93. nameWithType: Boolean
  94. fullName: System.Boolean
  95. - uid: Terminal.Gui.Application.RunState.Dispose*
  96. parent: Terminal.Gui.Application.RunState
  97. isExternal: false
  98. name: Dispose
  99. nameWithType: Application.RunState.Dispose
  100. fullName: Application.RunState.Dispose
  101. - uid: System.IDisposable
  102. parent: System
  103. isExternal: true
  104. name: IDisposable
  105. nameWithType: IDisposable
  106. fullName: System.IDisposable