CodeStatement Class

Definition

Represents the abstract base class from which all code statements derive.

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
Inheritance
CodeStatement
Derived
Attributes

Remarks

CodeStatement provides an abstract base class for code statements within the System.CodeDom namespace.

Constructors

CodeStatement()

Initializes a new instance of the CodeStatement class.

Properties

EndDirectives

Gets a CodeDirectiveCollection object that contains end directives.

LinePragma

Gets or sets the line on which the code statement occurs.

StartDirectives

Gets a CodeDirectiveCollection object that contains start directives.

UserData

Gets the user-definable data for the current object.

(Inherited from CodeObject)

Methods

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

See also