Class NetTrafficTracker
Inheritance
System.Object
NetTrafficTracker
Assembly: Eco.Core.dll
Syntax
public static class NetTrafficTracker : Object
Methods
GetDescription()
Declaration
public static Dictionary<INetObjectViewer, string> GetDescription()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<INetObjectViewer, System.String> |
|
GetDescriptionAndClear()
Declaration
public static Dictionary<INetObjectViewer, string> GetDescriptionAndClear()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<INetObjectViewer, System.String> |
|
SetEnabled(Boolean)
Declaration
public static void SetEnabled(bool show)
Parameters
Type |
Name |
Description |
System.Boolean |
show |
|