Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
OpenTK
AutoGeneratedAttribute
C# Class OpenTK.AutoGeneratedAttribute
Indicates that this function is generated automatically by a tool.
Inheritance:
System.Attribute
Datei anzeigen
Open project: prepare/HTML-Renderer
Public Properties
Property
Type
Description
Category
string
EntryPoint
string
Version
string
Public Methods
Method
Description
AutoGeneratedAttribute
( ) :
System
Constructs a new AutoGeneratedAttribute instance.
Method Details
AutoGeneratedAttribute()
public
method
Constructs a new AutoGeneratedAttribute instance.
public
AutoGeneratedAttribute
( ) :
System
return
System
Property Details
Category
public_oe property
Specifies the category of this OpenGL function.
public
string
Category
return
string
EntryPoint
public_oe property
Specifies the entry point of the OpenGL function.
public
string
EntryPoint
return
string
Version
public_oe property
Specifies the version of this OpenGL function.
public
string
Version
return
string