C# 클래스 UnitWrappers.System.Windows.ClipboardWrap

상속: IClipboard
파일 보기 프로젝트 열기: OpenSharp/UnitWrappers

공개 메소드들

메소드 설명
ContainsAudio ( ) : bool
ContainsData ( string format ) : bool
ContainsFileDropList ( ) : bool
ContainsImage ( ) : bool
ContainsText ( ) : bool
ContainsText ( TextDataFormat format ) : bool
GetAudioStream ( ) : Stream
GetData ( string format ) : object
GetFileDropList ( ) : StringCollection
GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
GetText ( TextDataFormat format ) : string
IsCurrent ( IDataObject data ) : bool
SetAudio ( Stream audioStream ) : void
SetAudio ( byte audioBytes ) : void
SetData ( string format, object data ) : void
SetFileDropList ( StringCollection fileDropList ) : void
SetImage ( System.Windows.Media.Imaging.BitmapSource image ) : void
SetText ( string text ) : void
SetText ( string text, TextDataFormat format ) : void

비공개 메소드들

메소드 설명
Clear ( ) : void
GetDataObject ( ) : IDataObject
GetText ( ) : string
SetDataObject ( object data ) : void
SetDataObject ( object data, bool copy ) : void

메소드 상세

ContainsAudio() 공개 메소드

public ContainsAudio ( ) : bool
리턴 bool

ContainsData() 공개 메소드

public ContainsData ( string format ) : bool
format string
리턴 bool

ContainsFileDropList() 공개 메소드

public ContainsFileDropList ( ) : bool
리턴 bool

ContainsImage() 공개 메소드

public ContainsImage ( ) : bool
리턴 bool

ContainsText() 공개 메소드

public ContainsText ( ) : bool
리턴 bool

ContainsText() 공개 메소드

public ContainsText ( TextDataFormat format ) : bool
format TextDataFormat
리턴 bool

GetAudioStream() 공개 메소드

public GetAudioStream ( ) : Stream
리턴 Stream

GetData() 공개 메소드

public GetData ( string format ) : object
format string
리턴 object

GetFileDropList() 공개 메소드

public GetFileDropList ( ) : StringCollection
리턴 System.Collections.Specialized.StringCollection

GetImage() 공개 메소드

public GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapSource

GetText() 공개 메소드

public GetText ( TextDataFormat format ) : string
format TextDataFormat
리턴 string

IsCurrent() 공개 메소드

public IsCurrent ( IDataObject data ) : bool
data IDataObject
리턴 bool

SetAudio() 공개 메소드

public SetAudio ( Stream audioStream ) : void
audioStream Stream
리턴 void

SetAudio() 공개 메소드

public SetAudio ( byte audioBytes ) : void
audioBytes byte
리턴 void

SetData() 공개 메소드

public SetData ( string format, object data ) : void
format string
data object
리턴 void

SetFileDropList() 공개 메소드

public SetFileDropList ( StringCollection fileDropList ) : void
fileDropList System.Collections.Specialized.StringCollection
리턴 void

SetImage() 공개 메소드

public SetImage ( System.Windows.Media.Imaging.BitmapSource image ) : void
image System.Windows.Media.Imaging.BitmapSource
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : void
text string
리턴 void

SetText() 공개 메소드

public SetText ( string text, TextDataFormat format ) : void
text string
format TextDataFormat
리턴 void