C# Class Protogame.DefaultProfilerHandle

The default profiler handle.
Inheritance: IDisposable
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Private Properties

Property Type Description
DefaultProfilerHandle System

Public Methods

Method Description
Dispose ( ) : void

The dispose.

Private Methods

Method Description
DefaultProfilerHandle ( FileProfiler profiler, string name, string parameters ) : System

Initializes a new instance of the DefaultProfilerHandle class.

Method Details

Dispose() public method

The dispose.
public Dispose ( ) : void
return void