Show / Hide Table of Contents

    Class Disposable

    This implements the Dispose pattern suggested by Microsoft at http://msdn.microsoft.com/en-us/library/fs2xkftw.aspx

    Inheritance
    System.Object
    Disposable
    MainConcurrent
    LockConcurrent
    MainConcurrent
    Implements
    System.IDisposable
    Namespace: Sensus.Dispose
    Assembly: SensusAndroid.dll
    Syntax
    public class Disposable : Object, IDisposable

    Constructors

    Disposable()

    Declaration
    protected Disposable()

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    DisposeCheck()

    In theory, all public methods should call this internally

    Declaration
    protected void DisposeCheck()

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.IDisposable
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX