C# Class FlatRedBall.Performance.Measurement.Section

Inheritance: IDisposable
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
Compress string
Decompress string
ToStringVerbose void

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndContext() public méthode

public EndContext ( ) : void
Résultat void

EndContextAndTime() public static méthode

public static EndContextAndTime ( ) : Section
Résultat Section

EndTime() public méthode

public EndTime ( ) : void
Résultat void

EndTimeAndContext() public méthode

public EndTimeAndContext ( ) : void
Résultat void

FromBase64GzipFile() public static méthode

public static FromBase64GzipFile ( string fileName ) : Section
fileName string
Résultat Section

GetAndStartContextAndTime() public static méthode

public static GetAndStartContextAndTime ( string name ) : Section
name string
Résultat Section

GetAndStartMergedContextAndTime() public static méthode

public static GetAndStartMergedContextAndTime ( string name ) : Section
name string
Résultat Section

GetAsXml() public méthode

public GetAsXml ( ) : string
Résultat string

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

Section() public méthode

public Section ( ) : System
Résultat System

SendToEmail() public méthode

public SendToEmail ( string address ) : void
address string
Résultat void

SetParentRelationships() public méthode

public SetParentRelationships ( ) : void
Résultat void

StartContext() public méthode

public StartContext ( ) : void
Résultat void

StartTime() public méthode

public StartTime ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringVerbose() public méthode

public ToStringVerbose ( ) : string
Résultat string

ToStringVerbose() public méthode

public ToStringVerbose ( int depth ) : string
depth int
Résultat string