Nevron.ThinWeb Namespace / NSaveStateAction Class / NSaveStateAction Constructor / NSaveStateAction Constructor(String,PersistencyFormat)


In This Topic
    NSaveStateAction Constructor(String,PersistencyFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileName As System.String, _
       ByVal format As PersistencyFormat _
    )
    'Usage
     
    
    Dim fileName As System.String
    Dim format As PersistencyFormat
     
    Dim instance As New NSaveStateAction(fileName, format)
    public NSaveStateAction( 
       System.string fileName,
       PersistencyFormat format
    )

    Parameters

    fileName
    format
    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