Returns a System.CodeDom.Compiler.CodeDomProvider instance for the current language provider settings and specified options.
A CodeDOM provider associated with the language provider configuration and specified options.
The CompilerInfo.CreateProvider(IDictionary<string, string>) method returns a System.CodeDom.Compiler.CodeDomProvider instance for the current language provider settings and the specified provider options. For information about supported provider options, see the specific CodeDOM provider documentation.
Use the CompilerInfo.CreateProvider(IDictionary<string, string>) method to get a System.CodeDom.Compiler.CodeDomProvider implementation for a System.CodeDom.Compiler.CompilerInfo instance returned by the CodeDomProvider.GetAllCompilerInfo or CodeDomProvider.GetCompilerInfo(string) method.