ImpelClass Library Documentation
ScriptingOutput Class
NamespacesImpelScriptingOutput
Impel
Represents the output (stderr and stdout) from a scripting engine.
Declaration Syntax
C#Visual BasicVisual C++
public class ScriptingOutput
Public Class ScriptingOutput
public ref class ScriptingOutput
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
ScriptingOutput(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

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OutputEnd
snippet for the end of an xml representation of the output

outputItems
All the individual pieces of output

outputItemsAry
the output items in an array (for .NET 1.1)

OutputStart
snippet for the start of an xml representation of the output

StdErrEnd
snippet for the end of an xml representation of stderr output

StdErrStart
snippet for the start of an xml representation of stderr output

StdOutEnd
snippet for the end of an xml representation of stdout output

StdOutStart
snippet for the start of an xml representation of stdout output

ToString()()()
Returns the output as a single string. Difference between stderr and stdout is not represented.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
ScriptingOutput

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