Метод | Описание | |
---|---|---|
CheckDisposed ( ) : void |
Checks if the class has been disposed, throws an exception if this is the case.
|
|
DisposableLoggingClassBase ( MessageClass messageClassification ) : System |
Creates a DisposableLoggingClassBase
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the DisposableLoggingClassBase object and optionally releases the managed resources.
|
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
ThrowDisposed ( ) : void |
protected DisposableLoggingClassBase ( MessageClass messageClassification ) : System | ||
messageClassification | MessageClass | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |