This topic has not yet been rated - Rate this topic

JScriptCodeProvider.CreateGenerator Method

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

Returns an instance of the JScript code generator.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method CreateGenerator() Returns an instance of the JScript code generator. (Overrides CodeDomProvider.CreateGenerator().)
Public method CreateGenerator(String) When overridden in a derived class, creates a new code generator using the specified file name for output. (Inherited from CodeDomProvider.)
Public method CreateGenerator(TextWriter) When overridden in a derived class, creates a new code generator using the specified TextWriter for output. (Inherited from CodeDomProvider.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.