JScriptCodeProvider Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides access to instances of the JScript code generator and code compiler.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.CodeDom.Compiler::CodeDomProvider
Microsoft.JScript::JScriptCodeProvider
| Name | Description | |
|---|---|---|
![]() | JScriptCodeProvider() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the JScriptCodeProvider class. |
| Name | Description | |
|---|---|---|
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | FileExtension | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the file name extension for JScript code files.(Overrides CodeDomProvider::FileExtension.) |
![]() | LanguageOptions | Gets a language features identifier.(Inherited from CodeDomProvider.) |
![]() | Site |
| Name | Description | |
|---|---|---|
![]() | CompileAssemblyFromDom(CompilerParameters^, array<CodeCompileUnit^>^) | Compiles an assembly based on the System.CodeDom trees contained in the specified array of CodeCompileUnit objects, using the specified compiler settings.(Inherited from CodeDomProvider.) |
![]() | CompileAssemblyFromFile(CompilerParameters^, array<String^>^) | Compiles an assembly from the source code contained in the specified files, using the specified compiler settings.(Inherited from CodeDomProvider.) |
![]() | CompileAssemblyFromSource(CompilerParameters^, array<String^>^) | Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.(Inherited from CodeDomProvider.) |
![]() | CreateCompiler() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an instance of the JScript code compiler.(Overrides CodeDomProvider::CreateCompiler().) |
![]() | CreateEscapedIdentifier(String^) | Creates an escaped identifier for the specified value.(Inherited from CodeDomProvider.) |
![]() | CreateGenerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an instance of the JScript code generator.(Overrides CodeDomProvider::CreateGenerator().) |
![]() | CreateGenerator(String^) | When overridden in a derived class, creates a new code generator using the specified file name for output.(Inherited from CodeDomProvider.) |
![]() | CreateGenerator(TextWriter^) | When overridden in a derived class, creates a new code generator using the specified TextWriter for output.(Inherited from CodeDomProvider.) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | CreateParser() | Obsolete. When overridden in a derived class, creates a new code parser.(Inherited from CodeDomProvider.) |
![]() | CreateValidIdentifier(String^) | Creates a valid identifier for the specified value.(Inherited from CodeDomProvider.) |
![]() | Dispose() | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GenerateCodeFromCompileUnit(CodeCompileUnit^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) compilation unit and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GenerateCodeFromExpression(CodeExpression^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) expression and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GenerateCodeFromMember(CodeTypeMember^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) member declaration and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GenerateCodeFromNamespace(CodeNamespace^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) namespace and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GenerateCodeFromStatement(CodeStatement^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) statement and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GenerateCodeFromType(CodeTypeDeclaration^, TextWriter^, CodeGeneratorOptions^) | Generates code for the specified Code Document Object Model (CodeDOM) type declaration and sends it to the specified text writer, using the specified options.(Inherited from CodeDomProvider.) |
![]() | GetConverter(Type^) | Gets a TypeConverter for the specified data type.(Inherited from CodeDomProvider.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | GetTypeOutput(CodeTypeReference^) | Gets the type indicated by the specified CodeTypeReference.(Inherited from CodeDomProvider.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | IsValidIdentifier(String^) | Returns a value that indicates whether the specified value is a valid identifier for the current language.(Inherited from CodeDomProvider.) |
![]() | Parse(TextReader^) | Compiles the code read from the specified text stream into a CodeCompileUnit.(Inherited from CodeDomProvider.) |
![]() | Supports(GeneratorSupport) | Returns a value indicating whether the specified code generation support is provided.(Inherited from CodeDomProvider.) |
![]() | ToString() |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


