C# Класс GSF.Diagnostics.Logger.StackDisposal

A class that will undo a temporary change in the stack variables. Note, this class will be reused. Therefore setting some kind of disposed flag will cause make this class unusable. The side effect of multiple calls to Dispose is tolerable.
Наследование: IDisposable
Показать файл Открыть проект

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

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

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

Приватные методы

Метод Описание
StackDisposal ( int depth, Action callback ) : System

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

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

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