Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is created [created Inherited from PRIM_IOC.StreamReader (PRIM_IOC.StreamReader)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed [destroyed Inherited from PRIM_IOC.StreamReader (PRIM_IOC.StreamReader)

ReportMessage

Event signalled when an exception is caught and supplies a message reporting the error [error Inherited from PRIM_IOC.StreamReader (PRIM_IOC.StreamReader)

Message

Methods

Name

Description

TryReadLine

Attempts to read a line of characters from the text reader and returns the data as a string Inherited from PRIM_IOC.TextReader (PRIM_IOC.TextReader)

Result, String

TryReadString

Attempts to read a number of characters from the text reader and returns the data as a string Inherited from PRIM_IOC.TextReader (PRIM_IOC.TextReader)

Result, Count, String

...