CSharpCodeProviderWithDocs Methods

EWSoftware.CodeDom

CSharpCodeProviderWithDocs Methods

The CSharpCodeProviderWithDocs type exposes the following members.

Methods
  Name Description
Public method CompileAssemblyFromDom
Compiles an assembly based on the System.CodeDom trees contained in the specified array of CodeCompileUnit objects, using the specified compiler settings.
(Overrides CodeDomProviderCompileAssemblyFromDom(CompilerParameters, CodeCompileUnit).)
Public method CompileAssemblyFromFile
Compiles an assembly from the source code contained in the specified files, using the specified compiler settings.
(Overrides CodeDomProviderCompileAssemblyFromFile(CompilerParameters, String).)
Public method CompileAssemblyFromSource
Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.
(Overrides CodeDomProviderCompileAssemblyFromSource(CompilerParameters, String).)
Public method CreateCompiler Obsolete.
Gets an instance of the C# code compiler.
(Inherited from CSharpCodeProvider.)
Public method CreateEscapedIdentifier
Creates an escaped identifier for the specified value.
(Inherited from CodeDomProvider.)
Public method CreateGenerator Obsolete.
Gets an instance of the C# code generator.
(Inherited from CSharpCodeProvider.)
Public method CreateGenerator(TextWriter)
When overridden in a derived class, creates a new code generator using the specified TextWriter for output.
(Inherited from CodeDomProvider.)
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 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.)
Public method CreateParser Obsolete.
When overridden in a derived class, creates a new code parser.
(Inherited from CodeDomProvider.)
Public method CreateValidIdentifier
Creates a valid identifier for the specified value.
(Inherited from CodeDomProvider.)
Public method Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public method 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.
(Inherited from CodeDomProvider.)
Public method GenerateCodeFromExpression
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.)
Public method GenerateCodeFromMember
Generates code for the specified class member using the specified text writer and code generator options.
(Inherited from CSharpCodeProvider.)
Public method GenerateCodeFromNamespace
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.)
Public method GenerateCodeFromStatement
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.)
Public method 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.
(Inherited from CodeDomProvider.)
Public method GetConverter
Gets a TypeConverter for the specified type of object.
(Inherited from CSharpCodeProvider.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method GetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetTypeOutput
Gets the type indicated by the specified CodeTypeReference.
(Inherited from CodeDomProvider.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method IsValidIdentifier
Returns a value that indicates whether the specified value is a valid identifier for the current language.
(Inherited from CodeDomProvider.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public method Parse
Compiles the code read from the specified text stream into a CodeCompileUnit.
(Inherited from CodeDomProvider.)
Public method Supports
Returns a value indicating whether the specified code generation support is provided.
(Inherited from CodeDomProvider.)
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
See Also