CodeStatement クラス

定義

すべてのコード ステートメントの派生元となる abstract 基本クラスを表します。

public ref class CodeStatement : System::CodeDom::CodeObject
public class CodeStatement : System.CodeDom.CodeObject
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public class CodeStatement : System.CodeDom.CodeObject
type CodeStatement = class
    inherit CodeObject
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeStatement = class
    inherit CodeObject
Public Class CodeStatement
Inherits CodeObject
継承
CodeStatement
派生
属性

注釈

CodeStatement は、 名前空間内のコード ステートメントの抽象基本クラスを System.CodeDom 提供します。

コンストラクター

CodeStatement()

CodeStatement クラスの新しいインスタンスを初期化します。

プロパティ

EndDirectives

終了ディレクティブを含む CodeDirectiveCollection オブジェクトを取得します。

LinePragma

コード ステートメントのある行を取得または設定します。

StartDirectives

開始ディレクティブを含む CodeDirectiveCollection オブジェクトを取得します。

UserData

現在のオブジェクトのユーザー定義可能なデータを取得します。

(継承元 CodeObject)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください