CodeDOMProcessor クラス
メモ : このクラスは、互換性のために残されています。 旧式でない代替が必要な場合は、 を使用してください。
名前空間: Microsoft.Vsa.Vb.CodeDOMアセンブリ: Microsoft.Vsa.Vb.CodeDOMProcessor (microsoft.vsa.vb.codedomprocessor.dll 内)

<ObsoleteAttribute("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.")> _ <GuidAttribute("99749841-0D55-4cf4-8D0D-F212ECE9409A")> _ Public Class CodeDOMProcessor Implements _CodeDOMProcessor
[ObsoleteAttribute("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.")] [GuidAttribute("99749841-0D55-4cf4-8D0D-F212ECE9409A")] public class CodeDOMProcessor : _CodeDOMProcessor
[ObsoleteAttribute(L"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.")] [GuidAttribute(L"99749841-0D55-4cf4-8D0D-F212ECE9409A")] public ref class CodeDOMProcessor : _CodeDOMProcessor
/** @attribute ObsoleteAttribute("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.") */ /** @attribute GuidAttribute("99749841-0D55-4cf4-8D0D-F212ECE9409A") */ public class CodeDOMProcessor implements _CodeDOMProcessor
ObsoleteAttribute("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.") GuidAttribute("99749841-0D55-4cf4-8D0D-F212ECE9409A") public class CodeDOMProcessor implements _CodeDOMProcessor

Microsoft.Vsa.Vb.CodeDOM.CodeDOMProcessor


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CodeDOMProcessor コンストラクタ
アセンブリ: Microsoft.Vsa.Vb.CodeDOMProcessor (microsoft.vsa.vb.codedomprocessor.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CodeDOMProcessor メソッド

名前 | 説明 | |
---|---|---|
![]() | CodeDOMFromXML | |
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

CodeDOMProcessor メンバ
CodeDOMProcessor データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | CodeDOMProcessor |

名前 | 説明 | |
---|---|---|
![]() | CodeDOMFromXML | |
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

_CodeDOMProcessor インターフェイス
メモ : このインターフェイスは、互換性のために残されています。 旧式でない代替が必要な場合は、 を使用してください。
名前空間: Microsoft.Vsa.Vb.CodeDOMアセンブリ: Microsoft.Vsa.Vb.CodeDOMProcessor (microsoft.vsa.vb.codedomprocessor.dll 内)

<ObsoleteAttribute("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.")> _ <GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")> _ Public Interface _CodeDOMProcessor
[ObsoleteAttribute("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.")] [GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E")] public interface _CodeDOMProcessor
[ObsoleteAttribute(L"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.")] [GuidAttribute(L"C18BB007-0EF7-4c2b-B6D4-186B8D01514E")] public interface class _CodeDOMProcessor
/** @attribute ObsoleteAttribute("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.") */ /** @attribute GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E") */ public interface _CodeDOMProcessor
ObsoleteAttribute("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.") GuidAttribute("C18BB007-0EF7-4c2b-B6D4-186B8D01514E") public interface _CodeDOMProcessor

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


_CodeDOMProcessor メソッド
_CodeDOMProcessor メンバ
- _CodeDOMProcessorのページへのリンク