C# 클래스 OpenTK.AutoGeneratedAttribute

Indicates that this function is generated automatically by a tool.
상속: System.Attribute
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
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