GXDN: Gurux Developer Network
GXScriptBreakpointCollection Class
NamespacesGurux.ScriptParserGXScriptBreakpointCollection
The GXScriptBreakpointCollection collection component implements the GXScriptBreakpointCollection interface.
Members
All Members Constructors Methods Properties



Icon Member Description
GXScriptBreakpointCollection()()()
Initializes a new instance of the GXScriptBreakpointCollection class

Add(GXScriptBreakpoint)
Adds new item to the collection.

Clear()()()
Clears the collection.

Contains(GXScriptBreakpoint)
Checks if the collection includes the given breakpoint.

CopyTo(array<GXScriptBreakpoint>[]()[], Int32)
Copies the elements of the collection to an Array, starting at a particular Array index.

Count
The amount of items in the collection.

Dispose(Boolean)
Dispose()()()
Equals(Object)
Checks if two objects are equal.
(Overrides Object.Equals(Object).)
Finalize()()() (Overrides Object.Finalize()()().)
GetBreakpoint(Int32)
Gets breakpoint from the given line.

GetEnumerator()()()
Returns an enumerator that iterates through a collection.

GetHashCode()()()
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()()().)
GetOcx()()()
Retrieves a reference to the underlying ActiveX control.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(GXScriptBreakpoint)
Determines the line of a breakpoint.

Insert(Int32, GXScriptBreakpoint)
Inserts a new item to given position, in the collection.

IsReadOnly
Checks if the collection is read-only.

IsSynchronized
Checks if the collection of breakpoints is synchronized.

Item[([(Int32])])
Retrieves an item from the collection, using numeric index.

Load(String)
Loads Breakpoints from XML stream.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(GXScriptBreakpoint)
Removes an item from the collection.

RemoveAt(Int32)
Removes an item from given position, in the collection.

Save()()()
Saves Breakpoints to XML stream.

SyncRoot
Gets an object that can be used to synchronize the collection.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GXScriptBreakpointCollection

Assembly: Gurux.ScriptParser (Module: Gurux.ScriptParser) Version: 5.0.0.1