MemoryFolder Class Members
See Also  Fields  Properties  Methods 
Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : MemoryFolder Class

The following tables list the members exposed by MemoryFolder.

Public Constructors

 NameDescription
public ConstructorMemoryFolder ConstructorOverloaded.   
Top

Protected Fields

 NameDescription
protected Fieldm_isRoot (Inherited from Xceed.FileSystem.AbstractFolder)
Top

Public Properties

Protected Properties

 NameDescription
protected PropertyBatchUpdateableOverridden. Gets the IBatchUpdateable implementation for this item.  
protected PropertyDoAttributesOverridden. Gets or sets the attributes of the item.  
protected PropertyDoCreationDateTimeOverridden. Gets or sets the creation date and time of the item.  
protected PropertyDoExistsOverridden. Gets a boolean value indicating if the item physically exists.  
protected PropertyDoFullNameOverridden. Gets the full name of the item.  
protected PropertyDoHasAttributes (Inherited from Xceed.FileSystem.FileSystemItem)
protected PropertyDoHasCreationDateTime (Inherited from Xceed.FileSystem.FileSystemItem)
protected PropertyDoHasLastAccessDateTime (Inherited from Xceed.FileSystem.FileSystemItem)
protected PropertyDoHasLastWriteDateTime (Inherited from Xceed.FileSystem.FileSystemItem)
protected PropertyDoIsRoot (Inherited from Xceed.FileSystem.AbstractFolder)
protected PropertyDoLastAccessDateTimeOverridden. Gets or sets the last access date and time of the item.  
protected PropertyDoLastWriteDateTimeOverridden. Gets or sets the modification date and time of the item.  
protected PropertyDoNameOverridden. Gets or sets the filename, without path, of the item.  
protected PropertyDoParentFolderOverridden. Gets a reference to the parent folder of this item.  
protected PropertyDoRootFolderOverridden. Gets a reference to the root folder of this item.  
protected PropertyInvalidChars (Inherited from Xceed.FileSystem.FileSystemItem)
Top

Public Methods

 NameDescription
public MethodApplyPropertiesToOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
public MethodCopyFilesToOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodCopyToOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
public MethodCreateOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
public MethodCreateFileOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodCreateFolderOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodSystem.MarshalByRefObject.CreateObjRef (Inherited from System.MarshalByRefObject)
public MethodCreateTempFile (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodDeleteOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
public MethodGetFileOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodGetFilesOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodGetFolderOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodGetFoldersOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodGetItemsOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodSystem.MarshalByRefObject.GetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodSystem.MarshalByRefObject.InitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodIsSameAsOverridden. Gets a boolean value indicating if the source and target items represent the same physical entity.  
public MethodMoveFilesToOverloaded.  (Inherited from Xceed.FileSystem.AbstractFolder)
public MethodMoveToOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
public MethodRefreshOverloaded.  (Inherited from Xceed.FileSystem.FileSystemItem)
Top

Protected Methods

 NameDescription
protected internal MethodBuildList (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodBuildListForCreate (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodDoApplyPropertiesFrom (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodDoApplyPropertiesTo (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodDoCopyTo (Inherited from Xceed.FileSystem.FileSystemItem)
protected internal MethodDoCreateOverridden. Creates the physical folder.  
protected internal MethodDoDeleteOverridden. Permanently deletes the physical folder.  
protected MethodDoGetChildItemsOverridden. Retrieves an array of FileSystemItem objects.  
protected MethodDoGetFileOverridden. Retrieves a reference to an AbstractFile object.  
protected MethodDoGetFiles (Inherited from Xceed.FileSystem.AbstractFolder)
protected MethodDoGetFolderOverridden. Retrieves a reference to an AbstractFolder object.  
protected MethodDoGetFolders (Inherited from Xceed.FileSystem.AbstractFolder)
protected MethodDoGetItems (Inherited from Xceed.FileSystem.AbstractFolder)
protected MethodDoRefreshOverridden. Re-reads the information from the physical item. In the case of a MemoryFolder object, we are always up-to-date.  
protected MethodEnsureDateIsValid (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodIsPathRootedOverridden. Returns a boolean value indicating if the path passed is rooted.  
protected MethodListCopyTo (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListCopyToCore (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListCreate (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListCreateCore (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListDelete (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListDeleteCore (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListMoveTo (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodListMoveToCore (Inherited from Xceed.FileSystem.FileSystemItem)
protected MethodSystem.MarshalByRefObject.MemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Top

See Also