Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.FileIO<TObj> Class

Implements file I/O for an object of type TObj.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Inheritance

Syntax

public class FileIO<TObj>;

Constructors

PublicFileIO<TObj>Constructor.

Properties

PublicBaseFolder(not specified)
PublicData(not specified)
PublicDate(not specified)
PublicFileName(not specified)
PublicFormat(not specified)
ProtectedFullPath(not specified)
ProtectedLockName(not specified)

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
PublicExistsAsyncTest whether the file exists.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicLoadAsyncLoads an object from a file.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemoveAsyncRemoves the file. Throws an error if the file does not exist.
PublicSaveAsyncSaves the file.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicTryRemoveAsyncRemoves the file. Ignores any errors.

See Also YetaWF.Core Overview