Method | Description | |
---|---|---|
BeginGetDrives ( ) : void | ||
DriveLogExtension ( ) : System.Globalization |
Initializes a new instance of the DriveLogExtension class.
|
|
DriveLogExtension ( log4net.ILog logger ) : System.Globalization |
Initializes a new instance of the DriveLogExtension class.
|
|
DriveLogExtension ( string logger ) : System.Globalization |
Initializes a new instance of the DriveLogExtension class.
|
|
EndGetDrives ( DriveInfo result ) : void | ||
FailGetDrives ( System &exception ) : void |
public DriveLogExtension ( ) : System.Globalization | ||
return | System.Globalization |
public DriveLogExtension ( log4net.ILog logger ) : System.Globalization | ||
logger | log4net.ILog | The logger. |
return | System.Globalization |
public DriveLogExtension ( string logger ) : System.Globalization | ||
logger | string | The logger. |
return | System.Globalization |
public EndGetDrives ( DriveInfo result ) : void | ||
result | DriveInfo | |
return | void |
public FailGetDrives ( System &exception ) : void | ||
exception | System | |
return | void |