C# Класс Ninject.Infrastructure.Disposal.DisposableObject

An object that notifies when it is disposed.
Наследование: INotifyWhenDisposed, IDisposableObject
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( bool disposing ) : void

Releases resources held by the object.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() публичный Метод

Releases resources held by the object.
public Dispose ( bool disposing ) : void
disposing bool True if called manually, otherwise by GC.
Результат void