123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.Application.RunState
- commentId: T:Terminal.Gui.Application.RunState
- id: Application.RunState
- parent: Terminal.Gui
- children:
- - Terminal.Gui.Application.RunState.Dispose
- - Terminal.Gui.Application.RunState.Dispose(System.Boolean)
- langs:
- - csharp
- - vb
- name: Application.RunState
- nameWithType: Application.RunState
- fullName: Terminal.Gui.Application.RunState
- type: Class
- source:
- remote:
- path: Terminal.Gui/Core/Application.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: RunState
- path: ../Terminal.Gui/Core/Application.cs
- startLine: 176
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nCaptures the execution state for the provided <xref href=\"Terminal.Gui.Application.RunState.Toplevel\" data-throw-if-not-resolved=\"false\"></xref> view.\n"
- example: []
- syntax:
- content: 'public class RunState : IDisposable'
- content.vb: >-
- Public Class RunState
- Implements IDisposable
- inheritance:
- - System.Object
- implements:
- - System.IDisposable
- inheritedMembers:
- - System.Object.Equals(System.Object)
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.GetHashCode
- - System.Object.GetType
- - System.Object.MemberwiseClone
- - System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.ToString
- modifiers.csharp:
- - public
- - class
- modifiers.vb:
- - Public
- - Class
- - uid: Terminal.Gui.Application.RunState.Dispose
- commentId: M:Terminal.Gui.Application.RunState.Dispose
- id: Dispose
- parent: Terminal.Gui.Application.RunState
- langs:
- - csharp
- - vb
- name: Dispose()
- nameWithType: Application.RunState.Dispose()
- fullName: Terminal.Gui.Application.RunState.Dispose()
- type: Method
- source:
- remote:
- path: Terminal.Gui/Core/Application.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Dispose
- path: ../Terminal.Gui/Core/Application.cs
- startLine: 191
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nReleases alTop = l resource used by the <xref href=\"Terminal.Gui.Application.RunState\" data-throw-if-not-resolved=\"false\"></xref> object.\n"
- remarks: >-
- 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
- <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
- calling <xref href="Terminal.Gui.Application.RunState.Dispose" data-throw-if-not-resolved="false"></xref>, you must release all references to the
- <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref> so the garbage collector can reclaim the memory that the
- <xref href="Terminal.Gui.Application.RunState" data-throw-if-not-resolved="false"></xref> was occupying.
- example: []
- syntax:
- content: public void Dispose()
- content.vb: Public Sub Dispose
- overload: Terminal.Gui.Application.RunState.Dispose*
- implements:
- - System.IDisposable.Dispose
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
- commentId: M:Terminal.Gui.Application.RunState.Dispose(System.Boolean)
- id: Dispose(System.Boolean)
- parent: Terminal.Gui.Application.RunState
- langs:
- - csharp
- - vb
- name: Dispose(Boolean)
- nameWithType: Application.RunState.Dispose(Boolean)
- fullName: Terminal.Gui.Application.RunState.Dispose(System.Boolean)
- type: Method
- source:
- remote:
- path: Terminal.Gui/Core/Application.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Dispose
- path: ../Terminal.Gui/Core/Application.cs
- startLine: 202
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nDispose the specified disposing.\n"
- example: []
- syntax:
- content: protected virtual void Dispose(bool disposing)
- parameters:
- - id: disposing
- type: System.Boolean
- description: If set to <code>true</code> disposing.
- content.vb: Protected Overridable Sub Dispose(disposing As Boolean)
- overload: Terminal.Gui.Application.RunState.Dispose*
- modifiers.csharp:
- - protected
- - virtual
- modifiers.vb:
- - Protected
- - Overridable
- references:
- - uid: Terminal.Gui.Application.RunState.Toplevel
- commentId: F:Terminal.Gui.Application.RunState.Toplevel
- isExternal: true
- - uid: Terminal.Gui
- commentId: N:Terminal.Gui
- name: Terminal.Gui
- nameWithType: Terminal.Gui
- fullName: Terminal.Gui
- - uid: System.Object
- commentId: T:System.Object
- parent: System
- isExternal: true
- name: Object
- nameWithType: Object
- fullName: System.Object
- - uid: System.IDisposable
- commentId: T:System.IDisposable
- parent: System
- isExternal: true
- name: IDisposable
- nameWithType: IDisposable
- fullName: System.IDisposable
- - uid: System.Object.Equals(System.Object)
- commentId: M:System.Object.Equals(System.Object)
- parent: System.Object
- isExternal: true
- name: Equals(Object)
- nameWithType: Object.Equals(Object)
- fullName: System.Object.Equals(System.Object)
- spec.csharp:
- - uid: System.Object.Equals(System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.Equals(System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.Equals(System.Object,System.Object)
- commentId: M:System.Object.Equals(System.Object,System.Object)
- parent: System.Object
- isExternal: true
- name: Equals(Object, Object)
- nameWithType: Object.Equals(Object, Object)
- fullName: System.Object.Equals(System.Object, System.Object)
- spec.csharp:
- - uid: System.Object.Equals(System.Object,System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.Equals(System.Object,System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.GetHashCode
- commentId: M:System.Object.GetHashCode
- parent: System.Object
- isExternal: true
- name: GetHashCode()
- nameWithType: Object.GetHashCode()
- fullName: System.Object.GetHashCode()
- spec.csharp:
- - uid: System.Object.GetHashCode
- name: GetHashCode
- nameWithType: Object.GetHashCode
- fullName: System.Object.GetHashCode
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.GetHashCode
- name: GetHashCode
- nameWithType: Object.GetHashCode
- fullName: System.Object.GetHashCode
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.GetType
- commentId: M:System.Object.GetType
- parent: System.Object
- isExternal: true
- name: GetType()
- nameWithType: Object.GetType()
- fullName: System.Object.GetType()
- spec.csharp:
- - uid: System.Object.GetType
- name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.GetType
- name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.MemberwiseClone
- commentId: M:System.Object.MemberwiseClone
- parent: System.Object
- isExternal: true
- name: MemberwiseClone()
- nameWithType: Object.MemberwiseClone()
- fullName: System.Object.MemberwiseClone()
- spec.csharp:
- - uid: System.Object.MemberwiseClone
- name: MemberwiseClone
- nameWithType: Object.MemberwiseClone
- fullName: System.Object.MemberwiseClone
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.MemberwiseClone
- name: MemberwiseClone
- nameWithType: Object.MemberwiseClone
- fullName: System.Object.MemberwiseClone
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
- parent: System.Object
- isExternal: true
- name: ReferenceEquals(Object, Object)
- nameWithType: Object.ReferenceEquals(Object, Object)
- fullName: System.Object.ReferenceEquals(System.Object, System.Object)
- spec.csharp:
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- name: ReferenceEquals
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- name: ReferenceEquals
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.ToString
- commentId: M:System.Object.ToString
- parent: System.Object
- isExternal: true
- name: ToString()
- nameWithType: Object.ToString()
- fullName: System.Object.ToString()
- spec.csharp:
- - uid: System.Object.ToString
- name: ToString
- nameWithType: Object.ToString
- fullName: System.Object.ToString
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.ToString
- name: ToString
- nameWithType: Object.ToString
- fullName: System.Object.ToString
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System
- commentId: N:System
- isExternal: true
- name: System
- nameWithType: System
- fullName: System
- - uid: Terminal.Gui.Application.RunState
- commentId: T:Terminal.Gui.Application.RunState
- parent: Terminal.Gui
- name: Application.RunState
- nameWithType: Application.RunState
- fullName: Terminal.Gui.Application.RunState
- - uid: Terminal.Gui.Application.RunState.Dispose
- commentId: M:Terminal.Gui.Application.RunState.Dispose
- isExternal: true
- - uid: Terminal.Gui.Application.RunState.Dispose*
- commentId: Overload:Terminal.Gui.Application.RunState.Dispose
- name: Dispose
- nameWithType: Application.RunState.Dispose
- fullName: Terminal.Gui.Application.RunState.Dispose
- - uid: System.IDisposable.Dispose
- commentId: M:System.IDisposable.Dispose
- parent: System.IDisposable
- isExternal: true
- name: Dispose()
- nameWithType: IDisposable.Dispose()
- fullName: System.IDisposable.Dispose()
- spec.csharp:
- - uid: System.IDisposable.Dispose
- name: Dispose
- nameWithType: IDisposable.Dispose
- fullName: System.IDisposable.Dispose
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.IDisposable.Dispose
- name: Dispose
- nameWithType: IDisposable.Dispose
- fullName: System.IDisposable.Dispose
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Boolean
- commentId: T:System.Boolean
- parent: System
- isExternal: true
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
- shouldSkipMarkup: true
|