CodeDOMProcessor Classe
Definição
Cuidado
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.
Define um processador CodeDOM.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
- Herança
-
CodeDOMProcessor
- Atributos
- Implementações
Construtores
| CodeDOMProcessor() |
Métodos
| CodeDOMFromXML(String) |
Obtém código do conteúdo XML.Gets code from XML content. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |