説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml 3.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
  8. <summary>
  9. Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
  10. </summary>
  11. </member>
  12. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
  13. <summary>
  14. Default Constructor
  15. </summary>
  16. </member>
  17. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
  18. <summary>
  19. Creates an instance using the given ICompilerSettings
  20. </summary>
  21. <param name="compilerSettings"></param>
  22. </member>
  23. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.CreateCompiler">
  24. <summary>
  25. Gets an instance of the .NET Compiler Platform C# code compiler.
  26. </summary>
  27. <returns>An instance of the .NET Compiler Platform C# code compiler</returns>
  28. </member>
  29. <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings">
  30. <summary>
  31. Provides settings for the C# and VB CodeProviders
  32. </summary>
  33. </member>
  34. <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerFullPath">
  35. <summary>
  36. The full path to csc.exe or vbc.exe
  37. </summary>
  38. </member>
  39. <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerServerTimeToLive">
  40. <summary>
  41. TTL in seconds
  42. </summary>
  43. </member>
  44. <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider">
  45. <summary>
  46. Provides access to instances of the .NET Compiler Platform VB code generator and code compiler.
  47. </summary>
  48. </member>
  49. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor">
  50. <summary>
  51. Default Constructor
  52. </summary>
  53. </member>
  54. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
  55. <summary>
  56. Creates an instance using the given ICompilerSettings
  57. </summary>
  58. <param name="compilerSettings"></param>
  59. </member>
  60. <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.CreateCompiler">
  61. <summary>
  62. Gets an instance of the .NET Compiler Platform VB code compiler.
  63. </summary>
  64. <returns>An instance of the .NET Compiler Platform VB code compiler</returns>
  65. </member>
  66. </members>
  67. </doc>