ClipboardWorker Class

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public class ClipboardWorker : ClipboardManager
Inheritance
Object    ClipboardManager    ClipboardWorker

Constructors

ClipboardWorkerInitializes a new instance of the ClipboardWorker class

Properties

ContainsAny
(Inherited from ClipboardManager)
SupportedClipboardFormats Determines full list of clipboard data types can be handled.
(Inherited from ClipboardManager)

Methods

Contains
(Overrides ClipboardManagerContains(String))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetData
(Overrides ClipboardManagerGetData(String))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRegions
(Inherited from ClipboardManager)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetData(Object, String)
(Inherited from ClipboardManager)
SetData(Object, String)
(Overrides ClipboardManagerSetData(Object, String))
SetRegions
(Inherited from ClipboardManager)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also