Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketReader Class / GetStorageSummary Method

In This Topic
    GetStorageSummary Method
    In This Topic
    Returns a summary of packet count and size for each packet type
    Syntax
    'Declaration
     
    
    Public Function GetStorageSummary() As List(Of PacketTypeStorageSummary)
    public List<PacketTypeStorageSummary> GetStorageSummary()
    Remarks
    The returned list is sorted using the default sort implied by the PacketTypeStorageSummary.CompareTo method.
    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