Interface IExchanger
public interface IExchanger
Properties
string Description { get; }
- Property Value: string
string[] Extensions { get; }
- Property Value: string[]
IExchangerSettings Settings { get; set; }
- Property Value: IExchangerSettings
Methods
bool CanExportToClipboard()
- Returns: bool
bool CanImportFromClipboard(Clipboard clipboard)
clipboardClipboard
- Returns: bool