IBuildEventStringsReader Interface

Definition

An interface for notifications about reading strings from the binary log.

public interface class IBuildEventStringsReader
public interface IBuildEventStringsReader
type IBuildEventStringsReader = interface
Public Interface IBuildEventStringsReader
Derived

Events

StringEncountered

An event that allows the caller to be notified when a string is encountered in the binary log. BinaryReader passed in ctor is at the beginning of the string at this point.

StringReadDone

An event that allows the subscriber to be notified when a string is read from the binary log. Subscriber may adjust the string by setting StringToBeUsed property. The passed event arg can be reused and should not be stored.

Applies to