Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
3.2 KiB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>cs</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.Tools.Cs">
  8. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  9. <devdoc>
  10. <para>[To be supplied.]</para>
  11. </devdoc>
  12. </member>
  13. <member name="M:Microsoft.Tools.Cs.Main(System.String[])">
  14. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  15. <devdoc>
  16. <para>[To be supplied.]</para>
  17. </devdoc>
  18. </member>
  19. <member name="M:Microsoft.Tools.Cs.#ctor">
  20. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  21. <devdoc>
  22. <para>[To be supplied.]</para>
  23. </devdoc>
  24. </member>
  25. <member name="M:Microsoft.Tools.BaseGenerator.AppendMethodReturnType(System.Text.StringBuilder,System.Reflection.MethodInfo,Microsoft.Tools.TypeNames)">
  26. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  27. <devdoc>
  28. retrieve the return type of the method. note that we can only do so
  29. on a normal method, not on a ctor. to detect the difference, we check
  30. that the parameter is an instanceof MethodInfo.
  31. </devdoc>
  32. </member>
  33. <member name="M:Microsoft.Tools.BaseGenerator.AppendMethodModifiers(System.Text.StringBuilder,System.Reflection.MethodInfo)">
  34. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  35. <devdoc>
  36. getModifiers returns a string representing the modifiers on a method.
  37. The method only applies to an actual method, not a constructor. It
  38. determines the difference by testing instanceof MethodInfo.
  39. </devdoc>
  40. </member>
  41. <member name="M:Microsoft.Tools.BaseGenerator.AppendClassModifiers(System.Text.StringBuilder,System.Type)">
  42. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  43. <devdoc>
  44. Get the modifiers for the class (public, final, abstract).
  45. </devdoc>
  46. </member>
  47. <member name="M:Microsoft.Tools.BaseGenerator.AppendFieldModifiers(System.Text.StringBuilder,System.Reflection.FieldInfo)">
  48. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  49. <devdoc>
  50. retrieves the modifiers on the field (final, static).
  51. </devdoc>
  52. </member>
  53. <member name="M:Microsoft.Tools.BaseGenerator.AppendFieldType(System.Text.StringBuilder,System.Reflection.FieldInfo,Microsoft.Tools.TypeNames)">
  54. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  55. <devdoc>
  56. retrieves the type of the field, checking for an array type
  57. </devdoc>
  58. </member>
  59. <member name="M:Microsoft.Tools.BaseGenerator.AppendFieldVisibility(System.Text.StringBuilder,System.Reflection.FieldInfo)">
  60. <!-- Badly formed XML file "doc\cs.uex" cannot be included -->
  61. <devdoc>
  62. getVisibility retrieves the visibility of the field (public, etc.).
  63. </devdoc>
  64. </member>
  65. </members>
  66. </doc>