System.Runtime.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Runtime</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.IProgress`1">
  8. <summary>Defines a provider for progress updates.</summary>
  9. <typeparam name="T">The type of progress update value.</typeparam>
  10. </member>
  11. <member name="M:System.IProgress`1.Report(`0)">
  12. <summary>Reports a progress update.</summary>
  13. <param name="value">The value of the updated progress.</param>
  14. </member>
  15. <member name="T:System.Runtime.CompilerServices.AsyncStateMachineAttribute">
  16. <summary>Identities the async state machine type for this method.</summary>
  17. </member>
  18. <member name="T:System.Runtime.CompilerServices.StateMachineAttribute">
  19. <summary>Identities the state machine type for this method.</summary>
  20. </member>
  21. <member name="M:System.Runtime.CompilerServices.StateMachineAttribute.#ctor(System.Type)">
  22. <summary>Initializes the attribute.</summary>
  23. <param name="stateMachineType">The type that implements the state machine.</param>
  24. </member>
  25. <member name="P:System.Runtime.CompilerServices.StateMachineAttribute.StateMachineType">
  26. <summary>Gets the type that implements the state machine.</summary>
  27. </member>
  28. <member name="M:System.Runtime.CompilerServices.AsyncStateMachineAttribute.#ctor(System.Type)">
  29. <summary>Initializes the attribute.</summary>
  30. <param name="stateMachineType">The type that implements the state machine.</param>
  31. </member>
  32. <member name="T:System.Runtime.CompilerServices.CallerMemberNameAttribute">
  33. <summary>
  34. Allows you to obtain the method or property name of the caller to the method.
  35. </summary>
  36. </member>
  37. <member name="T:System.Runtime.CompilerServices.CallerLineNumberAttribute">
  38. <summary>
  39. Allows you to obtain the line number in the source file at which the method is called.
  40. </summary>
  41. </member>
  42. <member name="T:System.Runtime.CompilerServices.CallerFilePathAttribute">
  43. <summary>
  44. Allows you to obtain the full path of the source file that contains the caller.
  45. This is the file path at the time of compile.
  46. </summary>
  47. </member>
  48. <member name="T:System.Runtime.CompilerServices.IteratorStateMachineAttribute">
  49. <summary>Identities the iterator state machine type for this method.</summary>
  50. </member>
  51. <member name="M:System.Runtime.CompilerServices.IteratorStateMachineAttribute.#ctor(System.Type)">
  52. <summary>Initializes the attribute.</summary>
  53. <param name="stateMachineType">The type that implements the state machine.</param>
  54. </member>
  55. </members>
  56. </doc>