Application+RunState.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <Type Name="Application+RunState" FullName="Terminal.Gui.Application+RunState">
  2. <TypeSignature Language="C#" Value="public class Application.RunState : IDisposable" />
  3. <TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit Application/RunState extends System.Object implements class System.IDisposable" />
  4. <AssemblyInfo>
  5. <AssemblyName>Terminal.Gui</AssemblyName>
  6. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Base>
  9. <BaseTypeName>System.Object</BaseTypeName>
  10. </Base>
  11. <Interfaces>
  12. <Interface>
  13. <InterfaceName>System.IDisposable</InterfaceName>
  14. </Interface>
  15. </Interfaces>
  16. <Docs>
  17. <summary>
  18. Captures the execution state for the provided TopLevel view.
  19. </summary>
  20. <remarks>To be added.</remarks>
  21. </Docs>
  22. <Members>
  23. <Member MemberName="Dispose">
  24. <MemberSignature Language="C#" Value="public void Dispose ();" />
  25. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Dispose() cil managed" />
  26. <MemberType>Method</MemberType>
  27. <AssemblyInfo>
  28. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  29. </AssemblyInfo>
  30. <ReturnValue>
  31. <ReturnType>System.Void</ReturnType>
  32. </ReturnValue>
  33. <Parameters />
  34. <Docs>
  35. <summary>
  36. Releases alTop = l resource used by the <see cref="T:Terminal.Gui.Application.RunState" /> object.
  37. </summary>
  38. <remarks>Call <see cref="M:Terminal.Gui.Application.RunState.Dispose" /> when you are finished using the <see cref="T:Terminal.Gui.Application.RunState" />. The
  39. <see cref="M:Terminal.Gui.Application.RunState.Dispose" /> method leaves the <see cref="T:Terminal.Gui.Application.RunState" /> in an unusable state. After
  40. calling <see cref="M:Terminal.Gui.Application.RunState.Dispose" />, you must release all references to the
  41. <see cref="T:Terminal.Gui.Application.RunState" /> so the garbage collector can reclaim the memory that the
  42. <see cref="T:Terminal.Gui.Application.RunState" /> was occupying.</remarks>
  43. </Docs>
  44. </Member>
  45. <Member MemberName="Dispose">
  46. <MemberSignature Language="C#" Value="protected virtual void Dispose (bool disposing);" />
  47. <MemberSignature Language="ILAsm" Value=".method familyhidebysig newslot virtual instance void Dispose(bool disposing) cil managed" />
  48. <MemberType>Method</MemberType>
  49. <AssemblyInfo>
  50. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  51. </AssemblyInfo>
  52. <ReturnValue>
  53. <ReturnType>System.Void</ReturnType>
  54. </ReturnValue>
  55. <Parameters>
  56. <Parameter Name="disposing" Type="System.Boolean" />
  57. </Parameters>
  58. <Docs>
  59. <param name="disposing">If set to <c>true</c> disposing.</param>
  60. <summary>
  61. Dispose the specified disposing.
  62. </summary>
  63. <returns>The dispose.</returns>
  64. <remarks>To be added.</remarks>
  65. </Docs>
  66. </Member>
  67. </Members>
  68. </Type>