DdeMonitor Members

NDde

Dynamic Data Exchange Library for .NET

DdeMonitor Members

DdeMonitor overview

Public Instance Constructors

DdeMonitor Constructor This initializes a new instance of the DdeMonitor class.

Public Instance Properties

Context This gets the context associated with this instance.

Public Instance Methods

Dispose This releases all resources held by this instance.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Start This starts monitoring the system for DDE activity.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

CallbackActivity This is raised anytime a DDEML callback is executed.
ConversationActivity This is raised anytime a conversation is established or terminated.
ErrorActivity This is raised anytime there is an error.
LinkActivity This is raised anytime an advise loop is established or terminated.
MessageActivity This is raised anytime a DDE message is sent or posted.

See Also

DdeMonitor Class | NDde.Advanced.Monitor Namespace