This documentation is archived and is not being maintained.
CodeDomProvider Members
.NET Framework 1.1
Public Properties
![]() | Gets the IContainer that contains the Component. |
![]() | Gets the default file name extension to use for source code files in the current language. |
![]() | Gets a language features identifier. |
![]() | Gets or sets the ISite of the Component. |
Public Methods
![]() | When implemented in a derived class, creates a new code compiler. |
![]() | Overloaded. When implemented in a derived class, creates a new code generator. |
![]() | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | When implemented in a derived class, creates a new code parser. |
![]() | Overloaded. Releases the resources used by the Component. |
![]() | Overloaded. Determines whether two Object instances are equal. |
![]() | Gets a TypeConverter for the specified data type. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | Returns a String that represents the current Object. |
Public Events
![]() | Adds an event handler to listen to the Disposed event on the component. |
Protected Constructors
![]() | Initializes a new instance of the CodeDomProvider class. |
Protected Properties
![]() | Gets a value that indicates whether the Component is currently in design mode. |
![]() | Gets the list of event handlers that are attached to this Component. |
Protected Methods
![]() | Overloaded. Releases the resources used by the Component. |
![]() | Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
![]() | Returns an object that represents a service provided by the Component or by its Container. |
![]() | Creates a shallow copy of the current Object. |
See Also
Show: