CodeDOMProcessor Class

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Defines a CodeDOM processor.

public ref class CodeDOMProcessor : Microsoft::Vsa::Vb::CodeDOM::_CodeDOMProcessor
[System.Runtime.InteropServices.Guid("F1058E4D-A3B4-43d8-A5E8-35359FB76D9B")]
public class CodeDOMProcessor : Microsoft.Vsa.Vb.CodeDOM._CodeDOMProcessor
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.Guid("99749841-0D55-4cf4-8D0D-F212ECE9409A")]
public class CodeDOMProcessor : Microsoft.Vsa.Vb.CodeDOM._CodeDOMProcessor
[<System.Runtime.InteropServices.Guid("F1058E4D-A3B4-43d8-A5E8-35359FB76D9B")>]
type CodeDOMProcessor = class
    interface _CodeDOMProcessor
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.Guid("99749841-0D55-4cf4-8D0D-F212ECE9409A")>]
type CodeDOMProcessor = class
    interface _CodeDOMProcessor
Public Class CodeDOMProcessor
Implements _CodeDOMProcessor
Inheritance
CodeDOMProcessor
Attributes
Implements

Constructors

CodeDOMProcessor()

Methods

CodeDOMFromXML(String)

Gets code from XML content.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to