CodeDomProvider Members
.NET Framework 2.0
Provides a base class for CodeDomProvider implementations. This class is abstract.
The following tables list the members exposed by the CodeDomProvider type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Container | Gets the IContainer that contains the Component.(inherited from Component) |
| FileExtension | Gets the default file name extension to use for source code files in the current language. |
| LanguageOptions | Gets a language features identifier. |
| Site | Gets or sets the ISite of the Component.(inherited from Component) |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component.(inherited from Component) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CompileAssemblyFromDom | Compiles an assembly based on the System.CodeDom trees contained in the specified array of CodeCompileUnit objects, using the specified compiler settings. |
| CompileAssemblyFromFile | Compiles an assembly from the source code contained in the specified files, using the specified compiler settings. |
| CompileAssemblyFromSource | Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings. |
| CreateCompiler | When overridden in a derived class, creates a new code compiler. |
| CreateEscapedIdentifier | Creates an escaped identifier for the specified value. |
| CreateGenerator | Overloaded. When overridden in a derived class, creates a new code generator. |
| CreateObjRef | 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 | When overridden in a derived class, creates a new code parser. |
| CreateProvider | Gets a CodeDomProvider instance for the specified language. |
| CreateValidIdentifier | Creates a valid identifier for the specified value. |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateCodeFromCompileUnit | Generates code for the specified Code Document Object Model (CodeDOM) compilation unit and sends it to the specified text writer, using the specified options. |
| GenerateCodeFromExpression | Generates code for the specified Code Document Object Model (CodeDOM) expression and sends it to the specified text writer, using the specified options. |
| GenerateCodeFromMember | Generates code for the specified Code Document Object Model (CodeDOM) member declaration and sends it to the specified text writer, using the specified options. |
| GenerateCodeFromNamespace | Generates code for the specified Code Document Object Model (CodeDOM) namespace and sends it to the specified text writer, using the specified options. |
| GenerateCodeFromStatement | Generates code for the specified Code Document Object Model (CodeDOM) statement and sends it to the specified text writer, using the specified options. |
| GenerateCodeFromType | Generates code for the specified Code Document Object Model (CodeDOM) type declaration and sends it to the specified text writer, using the specified options. |
| GetAllCompilerInfo | Returns the language provider and compiler configuration settings for this computer. |
| GetCompilerInfo | Returns the language provider and compiler configuration settings for the specified language. |
| GetConverter | Gets a TypeConverter for the specified data type. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLanguageFromExtension | Returns a language name associated with the specified file name extension, as configured in the CodeDomProvider compiler configuration section. |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetTypeOutput | Gets the type indicated by the specified CodeTypeReference. |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| IsDefinedExtension | Tests whether a file name extension has an associated CodeDomProvider implementation configured on the computer. |
| IsDefinedLanguage | Tests whether a language has a CodeDomProvider implementation configured on the computer. |
| IsValidIdentifier | Returns a value that indicates whether the specified value is a valid identifier for the current language. |
| Parse | Compiles the code read from the specified text stream into a CodeCompileUnit. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Supports | Returns a value indicating whether the specified code generation support is provided. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |