Nevron .NET Vision
Nevron.UI Namespace / NDisposableObject Class
Members


In This Topic
    NDisposableObject Class
    In This Topic
    Represents a generic implementation of IDisposable interface.
    Object Model
    NDisposableObject Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public MustInherit Class NDisposableObject 
       Inherits NDefaultInitializableObject
    'Usage
     
    
    Dim instance As NDisposableObject
    [System.Serializable()]
    public abstract class NDisposableObject : NDefaultInitializableObject 
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also