Class ResourceTracer
Inheritance
ResourceTracer
Assembly: SoCore.dll
Syntax
[SoTimeRecorderPlugin("ResourceTracer")]
public class ResourceTracer : Object, ISoTimeRecorderPlugin, IPlugin
Constructors
ResourceTracer()
Declaration
Properties
Enabled
Declaration
public bool Enabled { get; }
Property Value
Methods
Start(SoTimerType, String, Func<String>)
Declaration
public ISoTimeRecorderContext Start(SoTimerType type, string category, Func<string> getDescription)
Parameters
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)