SuperSocket.Dlr.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>SuperSocket.Dlr</name>
  5. </assembly>
  6. <members>
  7. <member name="T:SuperSocket.Dlr.DynamicCommandLoader`1">
  8. <summary>
  9. DynamicCommandLoader
  10. </summary>
  11. </member>
  12. <member name="T:SuperSocket.Dlr.DynamicCommandLoaderBase`1">
  13. <summary>
  14. Which is used for loading dynamic script file
  15. </summary>
  16. </member>
  17. <member name="M:SuperSocket.Dlr.DynamicCommandLoaderBase`1.#ctor">
  18. <summary>
  19. Initializes a new instance of the <see cref="T:SuperSocket.Dlr.DynamicCommandLoaderBase`1"/> class.
  20. </summary>
  21. </member>
  22. <member name="M:SuperSocket.Dlr.DynamicCommandLoaderBase`1.#ctor(Microsoft.Scripting.Hosting.ScriptRuntime)">
  23. <summary>
  24. Initializes a new instance of the <see cref="T:SuperSocket.Dlr.DynamicCommandLoaderBase`1"/> class.
  25. </summary>
  26. <param name="scriptRuntime">The script runtime.</param>
  27. </member>
  28. <member name="M:SuperSocket.Dlr.DynamicCommandLoaderBase`1.GetScriptSources(SuperSocket.SocketBase.Config.IRootConfig,SuperSocket.SocketBase.IAppServer)">
  29. <summary>
  30. Gets the script sources.
  31. </summary>
  32. <param name="rootConfig">The root config.</param>
  33. <param name="appServer">The app server.</param>
  34. <returns></returns>
  35. </member>
  36. <member name="M:SuperSocket.Dlr.DynamicCommandLoaderBase`1.Initialize(SuperSocket.SocketBase.Config.IRootConfig,SuperSocket.SocketBase.IAppServer)">
  37. <summary>
  38. Initializes the command loader by the root config and the appserver instance.
  39. </summary>
  40. <param name="rootConfig">The root config.</param>
  41. <param name="appServer">The app server.</param>
  42. <returns></returns>
  43. </member>
  44. <member name="M:SuperSocket.Dlr.DynamicCommandLoaderBase`1.TryLoadCommands(System.Collections.Generic.IEnumerable{`0}@)">
  45. <summary>
  46. Tries to load commands.
  47. </summary>
  48. <param name="commands">The commands.</param>
  49. <returns></returns>
  50. </member>
  51. <member name="P:SuperSocket.Dlr.DynamicCommandLoaderBase`1.ScriptRuntime">
  52. <summary>
  53. Gets the script runtime.
  54. </summary>
  55. </member>
  56. <member name="M:SuperSocket.Dlr.DynamicCommandLoader`1.#ctor">
  57. <summary>
  58. Initializes a new instance of the <see cref="T:SuperSocket.Dlr.DynamicCommandLoader`1"/> class.
  59. </summary>
  60. </member>
  61. <member name="M:SuperSocket.Dlr.DynamicCommandLoader`1.#ctor(Microsoft.Scripting.Hosting.ScriptRuntime)">
  62. <summary>
  63. Initializes a new instance of the <see cref="T:SuperSocket.Dlr.DynamicCommandLoader`1"/> class.
  64. </summary>
  65. <param name="scriptRuntime">The script runtime.</param>
  66. </member>
  67. <member name="M:SuperSocket.Dlr.DynamicCommandLoader`1.GetScriptSources(SuperSocket.SocketBase.Config.IRootConfig,SuperSocket.SocketBase.IAppServer)">
  68. <summary>
  69. Gets the script sources.
  70. </summary>
  71. <param name="rootConfig">The root config.</param>
  72. <param name="appServer">The app server.</param>
  73. <returns></returns>
  74. </member>
  75. <member name="T:SuperSocket.Dlr.ScriptSourceBase">
  76. <summary>
  77. ScriptSourceBase
  78. </summary>
  79. </member>
  80. <member name="T:SuperSocket.Dlr.IScriptSource">
  81. <summary>
  82. DynamicCommandSource interface
  83. </summary>
  84. </member>
  85. <member name="M:SuperSocket.Dlr.IScriptSource.GetScriptCode">
  86. <summary>
  87. Gets the script code.
  88. </summary>
  89. <returns></returns>
  90. </member>
  91. <member name="P:SuperSocket.Dlr.IScriptSource.Name">
  92. <summary>
  93. Gets the name matches with the command anme.
  94. </summary>
  95. </member>
  96. <member name="P:SuperSocket.Dlr.IScriptSource.LanguageExtension">
  97. <summary>
  98. Gets the language extension.
  99. </summary>
  100. </member>
  101. <member name="P:SuperSocket.Dlr.IScriptSource.Tag">
  102. <summary>
  103. Gets the tag, a string can identify the script source.
  104. </summary>
  105. </member>
  106. <member name="P:SuperSocket.Dlr.IScriptSource.LastUpdatedTime">
  107. <summary>
  108. Gets the last updated time.
  109. </summary>
  110. </member>
  111. <member name="M:SuperSocket.Dlr.ScriptSourceBase.GetScriptCode">
  112. <summary>
  113. Gets the script code.
  114. </summary>
  115. <returns></returns>
  116. </member>
  117. <member name="P:SuperSocket.Dlr.ScriptSourceBase.Name">
  118. <summary>
  119. Gets the name matches with the command anme.
  120. </summary>
  121. </member>
  122. <member name="P:SuperSocket.Dlr.ScriptSourceBase.LanguageExtension">
  123. <summary>
  124. Gets the language extension.
  125. </summary>
  126. </member>
  127. <member name="P:SuperSocket.Dlr.ScriptSourceBase.Tag">
  128. <summary>
  129. Gets the tag.
  130. </summary>
  131. </member>
  132. <member name="P:SuperSocket.Dlr.ScriptSourceBase.LastUpdatedTime">
  133. <summary>
  134. Gets the last updated time.
  135. </summary>
  136. </member>
  137. </members>
  138. </doc>