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