Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageRepository Class / UnRegisterImage Method


In This Topic
    UnRegisterImage Method
    In This Topic
    Unregisters the image with the specified alias from the repository
    Syntax
    'Declaration
     
    
    Public Sub UnRegisterImage( _
       ByVal alias As System.String _
    ) 
    'Usage
     
    
    Dim instance As NImageRepository
    Dim alias As System.String
     
    instance.UnRegisterImage(alias)
    public void UnRegisterImage( 
       System.string alias
    )

    Parameters

    alias
    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