NAnt.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>NAnt</name>
  5. </assembly>
  6. <members>
  7. <member name="T:NAnt.Console.ConsoleStub">
  8. <summary>
  9. Stub used to created <see cref="T:System.AppDomain"/> and launch real <c>ConsoleDriver</c>
  10. class in Core assembly.
  11. </summary>
  12. </member>
  13. <member name="M:NAnt.Console.ConsoleStub.Main(System.String[])">
  14. <summary>
  15. Entry point for executable
  16. </summary>
  17. <param name="args">Command Line arguments</param>
  18. <returns>The result of the real execution</returns>
  19. </member>
  20. <member name="T:NAnt.Console.ConsoleStub.HelperArguments">
  21. <summary>
  22. Helper class for invoking the application entry point in NAnt.Core
  23. and passing the command-line arguments.
  24. </summary>
  25. </member>
  26. <member name="M:NAnt.Console.ConsoleStub.HelperArguments.#ctor(System.String[],System.String)">
  27. <summary>
  28. Initializes a new instance of the <see cref="T:NAnt.Console.ConsoleStub.HelperArguments"/>
  29. class with the specified command-line arguments.
  30. </summary>
  31. <param name="args">The commandline arguments passed to NAnt.exe.</param>
  32. <param name="probePaths">Directories relative to the base directory of the AppDomain to probe for missing assembly references.</param>
  33. </member>
  34. <member name="M:NAnt.Console.ConsoleStub.HelperArguments.CallConsoleRunner">
  35. <summary>
  36. Invokes the application entry point in NAnt.Core.
  37. </summary>
  38. </member>
  39. <member name="P:NAnt.Console.ConsoleStub.HelperArguments.ExitCode">
  40. <summary>
  41. Gets the status that the build process returned when it exited.
  42. </summary>
  43. <value>
  44. The code that the build process specified when it terminated.
  45. </value>
  46. </member>
  47. </members>
  48. </doc>