CopyData Methods

Tungsten Suite

CopyData Methods

The CopyData type exposes the following members.

Methods
  NameDescription
Public methodAssignHandle
Assigns a handle to this window.
(Inherited from NativeWindow.)
Public methodCreateHandle
Creates a window and its handle with the specified creation parameters.
(Inherited from NativeWindow.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDefWndProc
Invokes the default window procedure associated with this window.
(Inherited from NativeWindow.)
Public methodDestroyHandle
Destroys the window and its handle.
(Inherited from NativeWindow.)
Public methodStatic memberEnable
Enables a window to receive WM_COPYDATA messages
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases the resources associated with this window.
(Inherited from NativeWindow.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnHandleChange
Specifies a notification method that is called when the handle for a window is changed.
(Inherited from NativeWindow.)
Protected methodOnThreadException
When overridden in a derived class, manages an unhandled thread exception.
(Inherited from NativeWindow.)
Protected methodOnWM_COPYDATA
Called when the window receives a WM_COPYDATA message
Protected methodRaiseBytesReceived
Raises the BytesReceived event
Protected methodRaiseError
Raises the Error event
Public methodRefreshTargets
Refreshes the list of target windows
Public methodReleaseHandle
Releases the handle associated with this window.
(Inherited from NativeWindow.)
Public methodSend(Byte)
Sends a message via WM_COPYDATA
Public methodStatic memberSend(IntPtr, Byte, IntPtr)
Sends a byte array from the source window to windows matching the filter predicate
Public methodStatic memberSend(IntPtr, Byte, IntPtr, ActionWin32Exception)
Sends a byte array from the source window to windows matching the filter predicate
Public methodStatic memberSend(IntPtr, Byte, PredicateString, ActionWin32Exception)
Sends a byte array from the source window to windows matching the filter predicate
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWndProc
The window procedure
(Overrides NativeWindowWndProc(Message).)
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleAsTType
Use Generic syntax for the as operator.
(Defined by AsExtensions.)
Public Extension MethodInitializeProperties

Scans the fields and properties of "owner" and sets the member's Owner property to "owner" This method should be called in the constructor of any class which has IOwnedProperty members

(Defined by PropertyHostExtensions.)
Public Extension MethodInLock(Action)Overloaded.
Performs the action in a Monitor lock
(Defined by MonitorExtensions.)
Public Extension MethodInLockTType(FuncTType)Overloaded.
Performs the function in a Monitor lock
(Defined by MonitorExtensions.)
Public Extension MethodInLockAsync(Action)Overloaded.
Asynchronously performs the action in a Monitor lock
(Defined by MonitorExtensions.)
Public Extension MethodInLockAsyncTType(FuncTType)Overloaded.
Asynchronously performs the action in a Monitor lock
(Defined by MonitorExtensions.)
Public Extension MethodIsDirty

Scans the IsDirty value of each field and property of type IProperty

(Defined by PropertyHostExtensions.)
Public Extension MethodLock
Performs a Monitor lock
(Defined by MonitorExtensions.)
Public Extension MethodMarkAsClean

Scans each field and property of type IProperty and sets it's IsDirty flag to false

(Defined by PropertyHostExtensions.)
Public Extension MethodUnlock
Performs a Monitor unlock
(Defined by MonitorExtensions.)
Top
See Also