C# Class CSharpGL.OpenGL32Library

Inheritance: IDisposable
Show file Open project: bitzhuwei/CSharpGL

Public Properties

Property Type Description
Instance OpenGL32Library

Public Methods

Method Description
Dispose ( ) : void

ToString ( ) : string

Private Methods

Method Description
Dispose ( bool disposing ) : void
OpenGL32Library ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Instance public static property

public static OpenGL32Library,CSharpGL Instance
return OpenGL32Library