C# Class System.Windows.Forms.Clipboard

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ContainsAudio ( ) : bool
ContainsData ( string format ) : bool
ContainsFileDropList ( ) : bool
ContainsImage ( ) : bool
ContainsText ( ) : bool
ContainsText ( TextDataFormat format ) : bool
GetAudioStream ( ) : Stream
GetData ( string format ) : Object
GetDataObject ( ) : IDataObject
GetFileDropList ( ) : StringCollection
GetImage ( ) : Image
GetText ( ) : string
GetText ( TextDataFormat format ) : string
SetAudio ( Stream audioStream ) : void
SetAudio ( byte audioBytes ) : void
SetData ( string format, Object data ) : void
SetDataObject ( object data ) : void
SetDataObject ( object data, bool copy ) : void
SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void
SetImage ( Image image ) : void
SetText ( string text ) : void
SetText ( string text, TextDataFormat format ) : void

Private Methods

Méthode Description
Clipboard ( ) : System
ClipboardContainsFormat ( ) : bool
ConvertFromClipboardData ( int type, IntPtr data, object &obj ) : bool
ConvertToClipboardData ( int &type, object obj, byte &data ) : bool
GetDataObject ( bool primary_selection ) : IDataObject
IsDataSerializable ( object obj ) : bool
SetDataObjectImpl ( object data, bool copy ) : void
SetFileDropList ( StringCollection filePaths ) : void

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

ContainsAudio() public static méthode

public static ContainsAudio ( ) : bool
Résultat bool

ContainsData() public static méthode

public static ContainsData ( string format ) : bool
format string
Résultat bool

ContainsFileDropList() public static méthode

public static ContainsFileDropList ( ) : bool
Résultat bool

ContainsImage() public static méthode

public static ContainsImage ( ) : bool
Résultat bool

ContainsText() public static méthode

public static ContainsText ( ) : bool
Résultat bool

ContainsText() public static méthode

public static ContainsText ( TextDataFormat format ) : bool
format TextDataFormat
Résultat bool

GetAudioStream() public static méthode

public static GetAudioStream ( ) : Stream
Résultat Stream

GetData() public static méthode

public static GetData ( string format ) : Object
format string
Résultat Object

GetDataObject() public static méthode

public static GetDataObject ( ) : IDataObject
Résultat IDataObject

GetFileDropList() public static méthode

public static GetFileDropList ( ) : StringCollection
Résultat System.Collections.Specialized.StringCollection

GetImage() public static méthode

public static GetImage ( ) : Image
Résultat Image

GetText() public static méthode

public static GetText ( ) : string
Résultat string

GetText() public static méthode

public static GetText ( TextDataFormat format ) : string
format TextDataFormat
Résultat string

SetAudio() public static méthode

public static SetAudio ( Stream audioStream ) : void
audioStream Stream
Résultat void

SetAudio() public static méthode

public static SetAudio ( byte audioBytes ) : void
audioBytes byte
Résultat void

SetData() public static méthode

public static SetData ( string format, Object data ) : void
format string
data Object
Résultat void

SetDataObject() public static méthode

public static SetDataObject ( object data ) : void
data object
Résultat void

SetDataObject() public static méthode

public static SetDataObject ( object data, bool copy ) : void
data object
copy bool
Résultat void

SetDataObject() public static méthode

public static SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void
data object
copy bool
retryTimes int
retryDelay int
Résultat void

SetImage() public static méthode

public static SetImage ( Image image ) : void
image Image
Résultat void

SetText() public static méthode

public static SetText ( string text ) : void
text string
Résultat void

SetText() public static méthode

public static SetText ( string text, TextDataFormat format ) : void
text string
format TextDataFormat
Résultat void