Method | Description | |
---|---|---|
DisposableBase ( ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
OnDisposed ( ) : void |
Invoked when the Dispose method is called. Use this to dispose of any managed resources or unwire from events etc. This is a convenience method that is called from the main 'Dispose' virtual method. |
Method | Description | |
---|---|---|
FireDisposed ( ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |