Click or drag to resize

ProcessMessageReceivedEventArgs Class

Provides data for ProcessMessageReceivedEventHandler event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ema3d.Api.V25MessageReceivedEventArgs
      ema3d.Api.V25.Core.ExecutionProcessMessageReceivedEventArgs

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class ProcessMessageReceivedEventArgs : MessageReceivedEventArgs

The ProcessMessageReceivedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodProcessMessageReceivedEventArgs Creates ProcessMessageReceivedEventArgs.
Top
Properties
 NameDescription
Public propertyMessage Gets the message received from the process.
(Inherited from MessageReceivedEventArgs)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also