CodeDirective クラス

定義

コード ディレクティブ クラスの基本クラスとして機能します。

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

注釈

クラスに含まれるCodeDirectiveCollectionクラスは、CodeDirectiveクラスから継承する必要があります。

コンストラクター

CodeDirective()

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

プロパティ

UserData

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

(継承元 CodeObject)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象