MemoryFileData Class

MemoryFileData means a file in a MemoryStream.

Definition

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

Constructors

MemoryFileData 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

Dispose Disposes the current Memory File
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