JScriptCodeProvider.CreateCompiler Method

Definition

Returns an instance of the JScript code compiler.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override System::CodeDom::Compiler::ICodeCompiler ^ CreateCompiler();
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();
override this.CreateCompiler : unit -> System.CodeDom.Compiler.ICodeCompiler
Public Overrides Function CreateCompiler () As ICodeCompiler

Returns

An instance of the JScript code compiler.

Applies to

See also