Terminal.Gui.Application.RunState.yml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Application.RunState
  4. commentId: T:Terminal.Gui.Application.RunState
  5. id: Application.RunState
  6. parent: Terminal.Gui
  7. children:
  8. - Terminal.Gui.Application.RunState.Dispose
  9. - Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  10. langs:
  11. - csharp
  12. - vb
  13. name: Application.RunState
  14. nameWithType: Application.RunState
  15. fullName: Terminal.Gui.Application.RunState
  16. type: Class
  17. source:
  18. remote:
  19. path: Terminal.Gui/Core/Application.cs
  20. branch: refactor_core
  21. repo: tig:tig/gui.cs.git
  22. id: RunState
  23. path: ../Terminal.Gui/Core/Application.cs
  24. startLine: 176
  25. assemblies:
  26. - Terminal.Gui
  27. namespace: Terminal.Gui
  28. summary: "\nCaptures the execution state for the provided <xref href=\"Terminal.Gui.Application.RunState.Toplevel\" data-throw-if-not-resolved=\"false\"></xref> view.\n"
  29. example: []
  30. syntax:
  31. content: 'public class RunState : IDisposable'
  32. content.vb: >-
  33. Public Class RunState
  34. Implements IDisposable
  35. inheritance:
  36. - System.Object
  37. implements:
  38. - System.IDisposable
  39. inheritedMembers:
  40. - System.Object.Equals(System.Object)
  41. - System.Object.Equals(System.Object,System.Object)
  42. - System.Object.GetHashCode
  43. - System.Object.GetType
  44. - System.Object.MemberwiseClone
  45. - System.Object.ReferenceEquals(System.Object,System.Object)
  46. - System.Object.ToString
  47. modifiers.csharp:
  48. - public
  49. - class
  50. modifiers.vb:
  51. - Public
  52. - Class
  53. - uid: Terminal.Gui.Application.RunState.Dispose
  54. commentId: M:Terminal.Gui.Application.RunState.Dispose
  55. id: Dispose
  56. parent: Terminal.Gui.Application.RunState
  57. langs:
  58. - csharp
  59. - vb
  60. name: Dispose()
  61. nameWithType: Application.RunState.Dispose()
  62. fullName: Terminal.Gui.Application.RunState.Dispose()
  63. type: Method
  64. source:
  65. remote:
  66. path: Terminal.Gui/Core/Application.cs
  67. branch: refactor_core
  68. repo: tig:tig/gui.cs.git
  69. id: Dispose
  70. path: ../Terminal.Gui/Core/Application.cs
  71. startLine: 191
  72. assemblies:
  73. - Terminal.Gui
  74. namespace: Terminal.Gui
  75. summary: "\nReleases alTop = l resource used by the <xref href=\"Terminal.Gui.Application.RunState\" data-throw-if-not-resolved=\"false\"></xref> object.\n"
  76. remarks: >-
  77. Call <xref href="Terminal.Gui.Application.RunState.Dispose" data-throw-if-not-resolved="false"></xref> when you are finished using the <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref>. The
  78. <xref href="Terminal.Gui.Application.RunState.Dispose" data-throw-if-not-resolved="false"></xref> method leaves the <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref> in an unusable state. After
  79. calling <xref href="Terminal.Gui.Application.RunState.Dispose" data-throw-if-not-resolved="false"></xref>, you must release all references to the
  80. <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref> so the garbage collector can reclaim the memory that the
  81. <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref> was occupying.
  82. example: []
  83. syntax:
  84. content: public void Dispose()
  85. content.vb: Public Sub Dispose
  86. overload: Terminal.Gui.Application.RunState.Dispose*
  87. implements:
  88. - System.IDisposable.Dispose
  89. modifiers.csharp:
  90. - public
  91. modifiers.vb:
  92. - Public
  93. - uid: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  94. commentId: M:Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  95. id: Dispose(System.Boolean)
  96. parent: Terminal.Gui.Application.RunState
  97. langs:
  98. - csharp
  99. - vb
  100. name: Dispose(Boolean)
  101. nameWithType: Application.RunState.Dispose(Boolean)
  102. fullName: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
  103. type: Method
  104. source:
  105. remote:
  106. path: Terminal.Gui/Core/Application.cs
  107. branch: refactor_core
  108. repo: tig:tig/gui.cs.git
  109. id: Dispose
  110. path: ../Terminal.Gui/Core/Application.cs
  111. startLine: 202
  112. assemblies:
  113. - Terminal.Gui
  114. namespace: Terminal.Gui
  115. summary: "\nDispose the specified disposing.\n"
  116. example: []
  117. syntax:
  118. content: protected virtual void Dispose(bool disposing)
  119. parameters:
  120. - id: disposing
  121. type: System.Boolean
  122. description: If set to <code>true</code> disposing.
  123. content.vb: Protected Overridable Sub Dispose(disposing As Boolean)
  124. overload: Terminal.Gui.Application.RunState.Dispose*
  125. modifiers.csharp:
  126. - protected
  127. - virtual
  128. modifiers.vb:
  129. - Protected
  130. - Overridable
  131. references:
  132. - uid: Terminal.Gui.Application.RunState.Toplevel
  133. commentId: F:Terminal.Gui.Application.RunState.Toplevel
  134. isExternal: true
  135. - uid: Terminal.Gui
  136. commentId: N:Terminal.Gui
  137. name: Terminal.Gui
  138. nameWithType: Terminal.Gui
  139. fullName: Terminal.Gui
  140. - uid: System.Object
  141. commentId: T:System.Object
  142. parent: System
  143. isExternal: true
  144. name: Object
  145. nameWithType: Object
  146. fullName: System.Object
  147. - uid: System.IDisposable
  148. commentId: T:System.IDisposable
  149. parent: System
  150. isExternal: true
  151. name: IDisposable
  152. nameWithType: IDisposable
  153. fullName: System.IDisposable
  154. - uid: System.Object.Equals(System.Object)
  155. commentId: M:System.Object.Equals(System.Object)
  156. parent: System.Object
  157. isExternal: true
  158. name: Equals(Object)
  159. nameWithType: Object.Equals(Object)
  160. fullName: System.Object.Equals(System.Object)
  161. spec.csharp:
  162. - uid: System.Object.Equals(System.Object)
  163. name: Equals
  164. nameWithType: Object.Equals
  165. fullName: System.Object.Equals
  166. isExternal: true
  167. - name: (
  168. nameWithType: (
  169. fullName: (
  170. - uid: System.Object
  171. name: Object
  172. nameWithType: Object
  173. fullName: System.Object
  174. isExternal: true
  175. - name: )
  176. nameWithType: )
  177. fullName: )
  178. spec.vb:
  179. - uid: System.Object.Equals(System.Object)
  180. name: Equals
  181. nameWithType: Object.Equals
  182. fullName: System.Object.Equals
  183. isExternal: true
  184. - name: (
  185. nameWithType: (
  186. fullName: (
  187. - uid: System.Object
  188. name: Object
  189. nameWithType: Object
  190. fullName: System.Object
  191. isExternal: true
  192. - name: )
  193. nameWithType: )
  194. fullName: )
  195. - uid: System.Object.Equals(System.Object,System.Object)
  196. commentId: M:System.Object.Equals(System.Object,System.Object)
  197. parent: System.Object
  198. isExternal: true
  199. name: Equals(Object, Object)
  200. nameWithType: Object.Equals(Object, Object)
  201. fullName: System.Object.Equals(System.Object, System.Object)
  202. spec.csharp:
  203. - uid: System.Object.Equals(System.Object,System.Object)
  204. name: Equals
  205. nameWithType: Object.Equals
  206. fullName: System.Object.Equals
  207. isExternal: true
  208. - name: (
  209. nameWithType: (
  210. fullName: (
  211. - uid: System.Object
  212. name: Object
  213. nameWithType: Object
  214. fullName: System.Object
  215. isExternal: true
  216. - name: ', '
  217. nameWithType: ', '
  218. fullName: ', '
  219. - uid: System.Object
  220. name: Object
  221. nameWithType: Object
  222. fullName: System.Object
  223. isExternal: true
  224. - name: )
  225. nameWithType: )
  226. fullName: )
  227. spec.vb:
  228. - uid: System.Object.Equals(System.Object,System.Object)
  229. name: Equals
  230. nameWithType: Object.Equals
  231. fullName: System.Object.Equals
  232. isExternal: true
  233. - name: (
  234. nameWithType: (
  235. fullName: (
  236. - uid: System.Object
  237. name: Object
  238. nameWithType: Object
  239. fullName: System.Object
  240. isExternal: true
  241. - name: ', '
  242. nameWithType: ', '
  243. fullName: ', '
  244. - uid: System.Object
  245. name: Object
  246. nameWithType: Object
  247. fullName: System.Object
  248. isExternal: true
  249. - name: )
  250. nameWithType: )
  251. fullName: )
  252. - uid: System.Object.GetHashCode
  253. commentId: M:System.Object.GetHashCode
  254. parent: System.Object
  255. isExternal: true
  256. name: GetHashCode()
  257. nameWithType: Object.GetHashCode()
  258. fullName: System.Object.GetHashCode()
  259. spec.csharp:
  260. - uid: System.Object.GetHashCode
  261. name: GetHashCode
  262. nameWithType: Object.GetHashCode
  263. fullName: System.Object.GetHashCode
  264. isExternal: true
  265. - name: (
  266. nameWithType: (
  267. fullName: (
  268. - name: )
  269. nameWithType: )
  270. fullName: )
  271. spec.vb:
  272. - uid: System.Object.GetHashCode
  273. name: GetHashCode
  274. nameWithType: Object.GetHashCode
  275. fullName: System.Object.GetHashCode
  276. isExternal: true
  277. - name: (
  278. nameWithType: (
  279. fullName: (
  280. - name: )
  281. nameWithType: )
  282. fullName: )
  283. - uid: System.Object.GetType
  284. commentId: M:System.Object.GetType
  285. parent: System.Object
  286. isExternal: true
  287. name: GetType()
  288. nameWithType: Object.GetType()
  289. fullName: System.Object.GetType()
  290. spec.csharp:
  291. - uid: System.Object.GetType
  292. name: GetType
  293. nameWithType: Object.GetType
  294. fullName: System.Object.GetType
  295. isExternal: true
  296. - name: (
  297. nameWithType: (
  298. fullName: (
  299. - name: )
  300. nameWithType: )
  301. fullName: )
  302. spec.vb:
  303. - uid: System.Object.GetType
  304. name: GetType
  305. nameWithType: Object.GetType
  306. fullName: System.Object.GetType
  307. isExternal: true
  308. - name: (
  309. nameWithType: (
  310. fullName: (
  311. - name: )
  312. nameWithType: )
  313. fullName: )
  314. - uid: System.Object.MemberwiseClone
  315. commentId: M:System.Object.MemberwiseClone
  316. parent: System.Object
  317. isExternal: true
  318. name: MemberwiseClone()
  319. nameWithType: Object.MemberwiseClone()
  320. fullName: System.Object.MemberwiseClone()
  321. spec.csharp:
  322. - uid: System.Object.MemberwiseClone
  323. name: MemberwiseClone
  324. nameWithType: Object.MemberwiseClone
  325. fullName: System.Object.MemberwiseClone
  326. isExternal: true
  327. - name: (
  328. nameWithType: (
  329. fullName: (
  330. - name: )
  331. nameWithType: )
  332. fullName: )
  333. spec.vb:
  334. - uid: System.Object.MemberwiseClone
  335. name: MemberwiseClone
  336. nameWithType: Object.MemberwiseClone
  337. fullName: System.Object.MemberwiseClone
  338. isExternal: true
  339. - name: (
  340. nameWithType: (
  341. fullName: (
  342. - name: )
  343. nameWithType: )
  344. fullName: )
  345. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  346. commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
  347. parent: System.Object
  348. isExternal: true
  349. name: ReferenceEquals(Object, Object)
  350. nameWithType: Object.ReferenceEquals(Object, Object)
  351. fullName: System.Object.ReferenceEquals(System.Object, System.Object)
  352. spec.csharp:
  353. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  354. name: ReferenceEquals
  355. nameWithType: Object.ReferenceEquals
  356. fullName: System.Object.ReferenceEquals
  357. isExternal: true
  358. - name: (
  359. nameWithType: (
  360. fullName: (
  361. - uid: System.Object
  362. name: Object
  363. nameWithType: Object
  364. fullName: System.Object
  365. isExternal: true
  366. - name: ', '
  367. nameWithType: ', '
  368. fullName: ', '
  369. - uid: System.Object
  370. name: Object
  371. nameWithType: Object
  372. fullName: System.Object
  373. isExternal: true
  374. - name: )
  375. nameWithType: )
  376. fullName: )
  377. spec.vb:
  378. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  379. name: ReferenceEquals
  380. nameWithType: Object.ReferenceEquals
  381. fullName: System.Object.ReferenceEquals
  382. isExternal: true
  383. - name: (
  384. nameWithType: (
  385. fullName: (
  386. - uid: System.Object
  387. name: Object
  388. nameWithType: Object
  389. fullName: System.Object
  390. isExternal: true
  391. - name: ', '
  392. nameWithType: ', '
  393. fullName: ', '
  394. - uid: System.Object
  395. name: Object
  396. nameWithType: Object
  397. fullName: System.Object
  398. isExternal: true
  399. - name: )
  400. nameWithType: )
  401. fullName: )
  402. - uid: System.Object.ToString
  403. commentId: M:System.Object.ToString
  404. parent: System.Object
  405. isExternal: true
  406. name: ToString()
  407. nameWithType: Object.ToString()
  408. fullName: System.Object.ToString()
  409. spec.csharp:
  410. - uid: System.Object.ToString
  411. name: ToString
  412. nameWithType: Object.ToString
  413. fullName: System.Object.ToString
  414. isExternal: true
  415. - name: (
  416. nameWithType: (
  417. fullName: (
  418. - name: )
  419. nameWithType: )
  420. fullName: )
  421. spec.vb:
  422. - uid: System.Object.ToString
  423. name: ToString
  424. nameWithType: Object.ToString
  425. fullName: System.Object.ToString
  426. isExternal: true
  427. - name: (
  428. nameWithType: (
  429. fullName: (
  430. - name: )
  431. nameWithType: )
  432. fullName: )
  433. - uid: System
  434. commentId: N:System
  435. isExternal: true
  436. name: System
  437. nameWithType: System
  438. fullName: System
  439. - uid: Terminal.Gui.Application.RunState
  440. commentId: T:Terminal.Gui.Application.RunState
  441. parent: Terminal.Gui
  442. name: Application.RunState
  443. nameWithType: Application.RunState
  444. fullName: Terminal.Gui.Application.RunState
  445. - uid: Terminal.Gui.Application.RunState.Dispose
  446. commentId: M:Terminal.Gui.Application.RunState.Dispose
  447. isExternal: true
  448. - uid: Terminal.Gui.Application.RunState.Dispose*
  449. commentId: Overload:Terminal.Gui.Application.RunState.Dispose
  450. name: Dispose
  451. nameWithType: Application.RunState.Dispose
  452. fullName: Terminal.Gui.Application.RunState.Dispose
  453. - uid: System.IDisposable.Dispose
  454. commentId: M:System.IDisposable.Dispose
  455. parent: System.IDisposable
  456. isExternal: true
  457. name: Dispose()
  458. nameWithType: IDisposable.Dispose()
  459. fullName: System.IDisposable.Dispose()
  460. spec.csharp:
  461. - uid: System.IDisposable.Dispose
  462. name: Dispose
  463. nameWithType: IDisposable.Dispose
  464. fullName: System.IDisposable.Dispose
  465. isExternal: true
  466. - name: (
  467. nameWithType: (
  468. fullName: (
  469. - name: )
  470. nameWithType: )
  471. fullName: )
  472. spec.vb:
  473. - uid: System.IDisposable.Dispose
  474. name: Dispose
  475. nameWithType: IDisposable.Dispose
  476. fullName: System.IDisposable.Dispose
  477. isExternal: true
  478. - name: (
  479. nameWithType: (
  480. fullName: (
  481. - name: )
  482. nameWithType: )
  483. fullName: )
  484. - uid: System.Boolean
  485. commentId: T:System.Boolean
  486. parent: System
  487. isExternal: true
  488. name: Boolean
  489. nameWithType: Boolean
  490. fullName: System.Boolean
  491. shouldSkipMarkup: true