System.CodeDom.Compiler.CompilerInfo Members

The members of System.CodeDom.Compiler.CompilerInfo are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CodeDomProviderTypeType.

Gets the type of the configured System.CodeDom.Compiler.CodeDomProvider implementation.

[read-only]
IsCodeDomProviderTypeValidbool.

Returns a value indicating whether the language provider implementation is configured on the computer.

Public Methods

CreateDefaultCompilerParameters() : CompilerParameters

Gets the configured compiler settings for the language provider implementation.

CreateProvider() : CodeDomProvider

Returns a System.CodeDom.Compiler.CodeDomProvider instance for the current language provider settings.

CreateProvider(IDictionary<string, string>) : CodeDomProvider

Returns a System.CodeDom.Compiler.CodeDomProvider instance for the current language provider settings and specified options.

override
Equals(object) : bool

Determines whether the specified object represents the same language provider and compiler settings as the current System.CodeDom.Compiler.CompilerInfo.

GetExtensions() : string[]

Returns the file name extensions supported by the language provider.

override
GetHashCode() : int

Returns the hash code for the current instance.

GetLanguages() : string[]

Gets the language names supported by the language provider.