Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / GLFWriter Class / GLFWriter Constructor / GLFWriter Constructor(Stream,SessionSummary,Int32,Int32)
The file stream to write the session file into (should be empty)
Major version of the serialization protocol
Minor version of the serialization protocol

In This Topic
    GLFWriter Constructor(Stream,SessionSummary,Int32,Int32)
    In This Topic
    Initialize the GLF writer for the provided session which has already been recorded.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal file As Stream, _
       ByVal sessionSummary As SessionSummary, _
       ByVal majorVersion As Integer, _
       ByVal minorVersion As Integer _
    )
    public GLFWriter( 
       Stream file,
       SessionSummary sessionSummary,
       int majorVersion,
       int minorVersion
    )

    Parameters

    file
    The file stream to write the session file into (should be empty)
    sessionSummary
    majorVersion
    Major version of the serialization protocol
    minorVersion
    Minor version of the serialization protocol
    Remarks
    This constructor is designed for use with sessions that have already been completed and closed.
    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