'Declaration Public Class TarEventsSession Inherits Xceed.FileSystem.FileSystemEventsSession
'Usage Dim instance As TarEventsSession
public class TarEventsSession : Xceed.FileSystem.FileSystemEventsSession
'Declaration Public Class TarEventsSession Inherits Xceed.FileSystem.FileSystemEventsSession
'Usage Dim instance As TarEventsSession
public class TarEventsSession : Xceed.FileSystem.FileSystemEventsSession
System.Object
Xceed.FileSystem.FileSystemEventsSession
Xceed.Tar.TarEventsSession
Name | Description | |
---|---|---|
![]() | TarEventsSession Constructor | Initializes a new instance of the TarEventsSession class specifying the TarEvents object from which the session is created, the FileSystemItem object on which the process was called, and the user data that is sent back to the event handler. |
Name | Description | |
---|---|---|
![]() | m_addingItemToProcessEventArgs | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_allFilesBytes | An instance of the ProgressionInfo class representing the byte count information in regards to all the items to be processed for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_allItems | An instance of the ProgressionInfo class representing the item count information for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_byteProgressionArgs | An instance of the Xceed.FileSystem.ByteProgressionEventArgs class that provides byte progression information for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_currentFileBytes | An instance of the ProgressionInfo class representing the byte count information in regards to the current item being processed for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_currentItem | The current Xceed.FileSystem.FileSystemItem object being processed for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_events | An instance of the Xceed.FileSystem.FileSystemEvents class representing the original Xceed.FileSystem.FileSystemEvents object from which we created the session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_itemExceptionArgs | An instance of the Xceed.FileSystem.ItemExceptionEventArgs class that provides information on the exception that was thrown during a process for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_itemPairList | Represents a sorted collection of the items to process for the current session. Some FileSystem implementations require sorting items before processing them in order to improve performance. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_itemPairQueue | Represents a first-in, first-out collection of the items to process for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_itemProgressionArgs | An instance of the Xceed.FileSystem.ItemProgressionEventArgs class that provides item progression information for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_pathExceptionArgs | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_propertiesAppliedEventArgs | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_scanningFolderArgs | An instance of the Xceed.FileSystem.ScanningFolderEventArgs class that provides information on the folder being scanned or accessed for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_sender | The Xceed.FileSystem.FileSystemItem object on which the process was called. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_targetItem | The current target Xceed.FileSystem.FileSystemItem object of the process for the current session. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | m_userData | This is set at construction, and updated after each event. It is assigned to each argument structure before each event. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
Name | Description | |
---|---|---|
![]() | AllFileBytes | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | CurrentItem | Gets or sets the Xceed.FileSystem.FileSystemItem object currently being processed. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | Events | Gets the original TarEvents object that was used to create the session. |
![]() | IsEmpty | Gets a boolean value indicating if the session's list of Xceed.FileSystem.FileSystemItem objects to process contains no items. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | MultiThreadManager | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | Options | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | TarAllFileBytes | Gets the ProgressionInfo object representing the byte count information in regards to all the items to be processed for the current sesstion. |
![]() | TarAllItems | Gets the ProgressionInfo object representing the item count information for the current session. |
![]() | TarCurrentFileBytes | Gets the ProgressionInfo object representing the byte count information in regards to the current item being processed for the current session. |
![]() | TargetItem | Gets or sets the eventual target Xceed.FileSystem.FileSystemItem object for the process. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
![]() | UserData | Gets the opaque data that is sent back to the event handler when an event is raised. (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
Name | Description | |
---|---|---|
![]() | GetItemSize | (Inherited from Xceed.FileSystem.FileSystemEventsSession) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2