LocalFileData Class

Local file data means a file on HDD.

Definition

Namespace: PCBI.Plugin
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class LocalFileData : IFileData
Inheritance
Object    LocalFileData
Implements
IFileData

Constructors

LocalFileData Create instance of LocalFileData.

Properties

CanProcessStart true if this file can be used in PCBI.Automation.ProcessPCBI.Start() command
IsReadOnly true if this File is ReadOnly
Properties Addional Properties of the file => Always null

Methods

GetDetails File details for this file.
GetFileDescription A short description text if availabale
GetFileName Name of file.
GetFilePath Get the file path.
LoadAsync Load the file and write it in the stream.
SaveAsync Save the content of the memory strea in the file.

Extension Methods

See Also