C# 클래스 FlatRedBall.Performance.Measurement.Section

상속: IDisposable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Compress string
Decompress string
ToStringVerbose void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Compress ( string body ) : string
Decompress ( string text ) : string
ToStringVerbose ( StringBuilder stringBuilder, int spaces, int depth ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndContext() 공개 메소드

public EndContext ( ) : void
리턴 void

EndContextAndTime() 공개 정적인 메소드

public static EndContextAndTime ( ) : Section
리턴 Section

EndTime() 공개 메소드

public EndTime ( ) : void
리턴 void

EndTimeAndContext() 공개 메소드

public EndTimeAndContext ( ) : void
리턴 void

FromBase64GzipFile() 공개 정적인 메소드

public static FromBase64GzipFile ( string fileName ) : Section
fileName string
리턴 Section

GetAndStartContextAndTime() 공개 정적인 메소드

public static GetAndStartContextAndTime ( string name ) : Section
name string
리턴 Section

GetAndStartMergedContextAndTime() 공개 정적인 메소드

public static GetAndStartMergedContextAndTime ( string name ) : Section
name string
리턴 Section

GetAsXml() 공개 메소드

public GetAsXml ( ) : string
리턴 string

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

Section() 공개 메소드

public Section ( ) : System
리턴 System

SendToEmail() 공개 메소드

public SendToEmail ( string address ) : void
address string
리턴 void

SetParentRelationships() 공개 메소드

public SetParentRelationships ( ) : void
리턴 void

StartContext() 공개 메소드

public StartContext ( ) : void
리턴 void

StartTime() 공개 메소드

public StartTime ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringVerbose() 공개 메소드

public ToStringVerbose ( ) : string
리턴 string

ToStringVerbose() 공개 메소드

public ToStringVerbose ( int depth ) : string
depth int
리턴 string