C# Class OpenMinecraft.Profiler

Courtesy of MSDN. Adapted into a class
Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Méthode Description
Profiler ( string opname ) : System
Start ( ) : void
Stop ( ) : long
ToString ( ) : string

Method Details

Profiler() public méthode

public Profiler ( string opname ) : System
opname string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : long
Résultat long

ToString() public méthode

public ToString ( ) : string
Résultat string