C# Class DevALot.GameObjectDiagnosis

Inheritance: IDisposable
Afficher le fichier Open project: Hellsing/EloBuddy-Addons Class Usage Examples

Méthodes publiques

Свойство Type Description
ComputeTimes string>.Dictionary
PreferredProperties List
PropertiesToIgnore List

Private Properties

Свойство Type Description
AddIndentString void
Flush void
Write void
Write void
WriteLine void
WriteLine void
WriteLine void

Méthodes publiques

Méthode Description
Analyze ( object toAnalyze = null, bool analyzeHandle = true, bool recursiveCheck = true ) : void
Dispose ( ) : void
GameObjectDiagnosis ( GameObject obj, StreamWriter writer = null, string fileLocation = null ) : System

Private Methods

Méthode Description
AddIndentString ( ) : void
Flush ( ) : void
Write ( object obj ) : void
Write ( string format ) : void
WriteLine ( ) : void
WriteLine ( object obj ) : void
WriteLine ( string format ) : void

Method Details

Analyze() public méthode

public Analyze ( object toAnalyze = null, bool analyzeHandle = true, bool recursiveCheck = true ) : void
toAnalyze object
analyzeHandle bool
recursiveCheck bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GameObjectDiagnosis() public méthode

public GameObjectDiagnosis ( GameObject obj, StreamWriter writer = null, string fileLocation = null ) : System
obj GameObject
writer System.IO.StreamWriter
fileLocation string
Résultat System

Property Details

ComputeTimes public_oe property

public Dictionary ComputeTimes
Résultat string>.Dictionary

PreferredProperties public_oe static_oe property

public static List PreferredProperties
Résultat List

PropertiesToIgnore public_oe static_oe property

public static List PropertiesToIgnore
Résultat List