ImpelClass Library Documentation
OutputItemStdErr Class
NamespacesImpelOutputItemStdErr
Impel
Represents an individual piece of stderr output from a scripting engine. An output item can consist of multiple lines of output.
Declaration Syntax
C#Visual BasicVisual C++
public class OutputItemStdErr : OutputItem
Public Class OutputItemStdErr _
	Inherits OutputItem
public ref class OutputItemStdErr : public OutputItem
Members
All MembersConstructorsMethodsFields



IconMemberDescription
OutputItemStdErr(String)
Constructor

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
isError
Indicates whether any of the output came from stderr
(Inherited from OutputItem.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
text
The text of the ouput.
(Inherited from OutputItem.)
ToString()()()
Returns the output item as a single string. Difference between stderr and stdout is not represented.
(Inherited from OutputItem.)
Inheritance Hierarchy
Object
OutputItem
 OutputItemStdErr

Assembly: Impel.ScriptingSupport (Module: Impel.ScriptingSupport) Version: 1.0.0.0 (1.0.0.0)