Table of Contents

Constructor DisposableObject

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DisposableObject(T, bool)

Initializes a new instance of the DisposableObject<T> class.

public DisposableObject(T handle, bool disposeHandle)

Parameters

handle T

Handle to unmanaged resources.

disposeHandle bool

Specifies whether to dispose handle using DisposeUnmanaged().

DisposableObject(bool)

Initializes a new instance of the DisposableObject<T> class.

public DisposableObject(bool disposeHandle)

Parameters

disposeHandle bool

Specifies whether to dispose handle using DisposeUnmanaged().