Inheritance diagram for ICSharpCode::SharpZipLib::Core::ScanEventArgs:
Public Member Functions | |
ScanEventArgs (string name) | |
Initialise a new instance of ScanEventArgs. | |
Properties | |
string | Name |
The name for this event. | |
bool | continueRunning |
bool | ContinueRunning |
Get set a value indicating if scanning should continue or not. | |
Private Attributes | |
string | name |
Definition at line 45 of file FileSystemScanner.cs.
|
Initialise a new instance of ScanEventArgs.
Definition at line 51 of file FileSystemScanner.cs. |
|
Definition at line 57 of file FileSystemScanner.cs. |
|
Get set a value indicating if scanning should continue or not.
Definition at line 73 of file FileSystemScanner.cs. Referenced by ICSharpCode::SharpZipLib::Core::FileSystemScanner::OnProcessDirectory(), and ICSharpCode::SharpZipLib::Core::FileSystemScanner::OnProcessFile(). |
|
Definition at line 67 of file FileSystemScanner.cs. |
|
The name for this event.
Definition at line 63 of file FileSystemScanner.cs. Referenced by ICSharpCode::SharpZipLib::Zip::FastZip::ProcessDirectory(), and ICSharpCode::SharpZipLib::Zip::FastZip::ProcessFile(). |