InformationEvent

class HPS.InformationEvent : public HPS.Event

Public Functions

override HPS.Event Clone ()
override void Dispose ()
bool Equals (HPS.InformationEvent in_that)
override bool Equals (Object obj)
override int GetHashCode ()
InformationEvent ()
InformationEvent (HPS.Event in_event)
InformationEvent (HPS.InformationEvent in_that)
InformationEvent (string in_message)
InformationEvent (string in_message, HPS.Info.Code in_code)

Properties

HPS.Info.Code code { get; set; }
string message { get; set; }

Public Static Functions

bool operator!= (HPS.InformationEvent a, HPS.InformationEvent b)
bool operator== (HPS.InformationEvent a, HPS.InformationEvent b)