You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.7 KiB
40 lines
1.7 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
|
|
<summary>
|
|
Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
|
|
<summary>
|
|
Default Constructor
|
|
</summary>
|
|
</member>
|
|
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.CreateCompiler">
|
|
<summary>
|
|
Gets an instance of the .NET Compiler Platform C# code compiler.
|
|
</summary>
|
|
<returns>An instance of the .NET Compiler Platform C# code compiler</returns>
|
|
</member>
|
|
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider">
|
|
<summary>
|
|
Provides access to instances of the .NET Compiler Platform VB code generator and code compiler.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor">
|
|
<summary>
|
|
Default Constructor
|
|
</summary>
|
|
</member>
|
|
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.CreateCompiler">
|
|
<summary>
|
|
Gets an instance of the .NET Compiler Platform VB code compiler.
|
|
</summary>
|
|
<returns>An instance of the .NET Compiler Platform VB code compiler</returns>
|
|
</member>
|
|
</members>
|
|
</doc>
|
|
|