C# Класс OpenTK.AutoGeneratedAttribute

Indicates that this function is generated automatically by a tool.
Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Category string
EntryPoint string
Version string

Открытые методы

Метод Описание
AutoGeneratedAttribute ( ) : System

Constructs a new AutoGeneratedAttribute instance.

Описание методов

AutoGeneratedAttribute() публичный Метод

Constructs a new AutoGeneratedAttribute instance.
public AutoGeneratedAttribute ( ) : System
Результат System

Описание свойств

Category публичное свойство

Specifies the category of this OpenGL function.
public string Category
Результат string

EntryPoint публичное свойство

Specifies the entry point of the OpenGL function.
public string EntryPoint
Результат string

Version публичное свойство

Specifies the version of this OpenGL function.
public string Version
Результат string