Craig's Utility Library  4.0 Beta
Utilities.Profiler.Manager.Interfaces.IResult Interface Reference

Profiler results interface More...

Inheritance diagram for Utilities.Profiler.Manager.Interfaces.IResult:
Utilities.Profiler.Manager.Default.Profiler

Properties

string CalledFrom [get]
 Where the profiler was started at More...
 
IDictionary< string, IResultChildren [get]
 Any child results (Key = Name/Identifier, Value = IResult object) More...
 
ICollection< IResultEntryEntries [get]
 Gets the entries. More...
 

Detailed Description

Profiler results interface

Definition at line 29 of file IResult.cs.

Property Documentation

string Utilities.Profiler.Manager.Interfaces.IResult.CalledFrom
get

Where the profiler was started at

Definition at line 34 of file IResult.cs.

IDictionary<string, IResult> Utilities.Profiler.Manager.Interfaces.IResult.Children
get

Any child results (Key = Name/Identifier, Value = IResult object)

Definition at line 39 of file IResult.cs.

ICollection<IResultEntry> Utilities.Profiler.Manager.Interfaces.IResult.Entries
get

Gets the entries.

The entries.

Definition at line 45 of file IResult.cs.


The documentation for this interface was generated from the following file: