C# Class FlatRedBall.Performance.Measurement.Section

Inheritance: IDisposable
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
Compress string
Decompress string
ToStringVerbose void

Public Methods

Method Description
Dispose ( ) : void
EndContext ( ) : void
EndContextAndTime ( ) : Section
EndTime ( ) : void
EndTimeAndContext ( ) : void
FromBase64GzipFile ( string fileName ) : Section
GetAndStartContextAndTime ( string name ) : Section
GetAndStartMergedContextAndTime ( string name ) : Section
GetAsXml ( ) : string
Save ( string fileName ) : void
Section ( ) : System
SendToEmail ( string address ) : void
SetParentRelationships ( ) : void
StartContext ( ) : void
StartTime ( ) : void
ToString ( ) : string
ToStringVerbose ( ) : string
ToStringVerbose ( int depth ) : string

Private Methods

Method Description
Compress ( string body ) : string
Decompress ( string text ) : string
ToStringVerbose ( StringBuilder stringBuilder, int spaces, int depth ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EndContext() public method

public EndContext ( ) : void
return void

EndContextAndTime() public static method

public static EndContextAndTime ( ) : Section
return Section

EndTime() public method

public EndTime ( ) : void
return void

EndTimeAndContext() public method

public EndTimeAndContext ( ) : void
return void

FromBase64GzipFile() public static method

public static FromBase64GzipFile ( string fileName ) : Section
fileName string
return Section

GetAndStartContextAndTime() public static method

public static GetAndStartContextAndTime ( string name ) : Section
name string
return Section

GetAndStartMergedContextAndTime() public static method

public static GetAndStartMergedContextAndTime ( string name ) : Section
name string
return Section

GetAsXml() public method

public GetAsXml ( ) : string
return string

Save() public method

public Save ( string fileName ) : void
fileName string
return void

Section() public method

public Section ( ) : System
return System

SendToEmail() public method

public SendToEmail ( string address ) : void
address string
return void

SetParentRelationships() public method

public SetParentRelationships ( ) : void
return void

StartContext() public method

public StartContext ( ) : void
return void

StartTime() public method

public StartTime ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

ToStringVerbose() public method

public ToStringVerbose ( ) : string
return string

ToStringVerbose() public method

public ToStringVerbose ( int depth ) : string
depth int
return string