Table of Contents

Class CopyArtefact

Namespace
Fluxzy.Clipboard
Assembly
Fluxzy.Core.dll
public class CopyArtefact
Inheritance
CopyArtefact
Inherited Members

Constructors

CopyArtefact(string, string, byte[]?, string?)

public CopyArtefact(string path, string extension, byte[]? binary, string? filePath)

Parameters

path string
extension string
binary byte[]
filePath string

Properties

Binary

public byte[]? Binary { get; }

Property Value

byte[]

Extension

public string Extension { get; }

Property Value

string

FilePath

public string? FilePath { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string