PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Dlls/Delta.Platforms.DeltaServicesControls.xml

#
XML | 54 lines | 54 code | 0 blank | 0 comment | 0 complexity | 7d628bb19f653f2635636991e20ac64a MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>Delta.Platforms.DeltaServicesControls</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Delta.Platforms.DeltaServicesControls.ToolsContextMenu">
  8. <summary>
  9. Helper class to generate the Tools ContextMenu dynamically, which
  10. contains all the tools to quickly start them and also important links.
  11. The ContextMenu is used in all dialogs, tools and controls used by the
  12. Delta Engine. It is also shown from the ContentManager tray icon.
  13. </summary>
  14. </member>
  15. <member name="M:Delta.Platforms.DeltaServicesControls.ToolsContextMenu.ShowWindow(System.Diagnostics.Process)">
  16. <summary>
  17. Show window of process, restore and focus it.
  18. </summary>
  19. <param name="process">Process we want to show the window for</param>
  20. </member>
  21. <member name="M:Delta.Platforms.DeltaServicesControls.ToolsContextMenu.Show">
  22. <summary>
  23. Create and show Tools ContextMenu with all the links to the tools and
  24. important links.
  25. </summary>
  26. </member>
  27. <member name="M:Delta.Platforms.DeltaServicesControls.ToolsContextMenu.StartTool(System.String,System.String)">
  28. <summary>
  29. Start a specific tool. Will do the same as clicking on an entry, but
  30. also warns with a message box if a tool is not available.
  31. </summary>
  32. <param name="toolName">
  33. Name of the tool, e.g. "ContentManager", "Launcher" or "SampleBrowser"
  34. </param>
  35. <param name="arguments">
  36. Optional arguments, if not given (null) the currently selected project
  37. will be used as an argument.
  38. </param>
  39. </member>
  40. <member name="P:Delta.Platforms.DeltaServicesControls.ToolsContextMenu.DeltaEnginePath">
  41. <summary>
  42. Delta Engine path, which can be either the public repository or our
  43. development path like C:\code\Delta
  44. </summary>
  45. </member>
  46. <member name="P:Delta.Platforms.DeltaServicesControls.ToolsContextMenu.ToolsPath">
  47. <summary>
  48. Get the ToolsPath were we can find all the Delta Engine tools, mostly
  49. should be relative to the current path, but we check plenty of paths
  50. in the DeltaEnginePath property.
  51. </summary>
  52. </member>
  53. </members>
  54. </doc>