System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo Method

Returns the language provider and compiler configuration settings for this computer.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public static CompilerInfo[] GetAllCompilerInfo ()

Returns

An array of type System.CodeDom.Compiler.CompilerInfo representing the settings of all configured System.CodeDom.Compiler.CodeDomProvider implementations.

Remarks

Use the CodeDomProvider.GetAllCompilerInfo method to enumerate the language provider settings on a computer.

Note:

In the dnprdnext, the default language providers supplied by the .NET Framework are not specified in the <system.codedom> compiler configuration section and cannot be removed, so this method returns information about the default providers and any specified in the configuration file.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0