TraceType Enumeration

Indicates the type of trace. Values from this enum are passed to TraceManager::StartAsync to indicate the type of trace to start. Currently the only valid value is NetworkPacket. [Available in ADK and XDK]

Syntax

public enum class TraceType  

Members

Member Value Description
NetworkPacket A packet level network capture.
AdvancedMultiplayer A multiplayer network capture.
Unknown Unknown trace type. This value is reserved. Do not specify Unknown when calling TraceManager::StartAsync.

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

Microsoft.Xbox.Tools.ConsoleExtensions Namespace