C# 클래스 Bind.GL.Generator

상속: IBind
파일 보기 프로젝트 열기: hultqvist/opentk

보호된 프로퍼티들

프로퍼티 타입 설명
SpecReader ISpecReader
csTypemap string
enumSpec string
enumSpecExt string
enumToDotNet System.Text.RegularExpressions.Regex
glSpec string
glSpecExt string
glTypemap string
loadAllFuncName string
numbers char[]

공개 메소드들

메소드 설명
Generator ( ) : System
Process ( ) : void

메소드 상세

Generator() 공개 메소드

public Generator ( ) : System
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

프로퍼티 상세

SpecReader 보호되어 있는 프로퍼티

protected ISpecReader SpecReader
리턴 ISpecReader

csTypemap 보호되어 있는 정적으로 프로퍼티

protected static string csTypemap
리턴 string

enumSpec 보호되어 있는 정적으로 프로퍼티

protected static string enumSpec
리턴 string

enumSpecExt 보호되어 있는 정적으로 프로퍼티

protected static string enumSpecExt
리턴 string

enumToDotNet 보호되어 있는 정적으로 프로퍼티

protected static Regex,System.Text.RegularExpressions enumToDotNet
리턴 System.Text.RegularExpressions.Regex

glSpec 보호되어 있는 정적으로 프로퍼티

protected static string glSpec
리턴 string

glSpecExt 보호되어 있는 정적으로 프로퍼티

protected static string glSpecExt
리턴 string

glTypemap 보호되어 있는 정적으로 프로퍼티

protected static string glTypemap
리턴 string

loadAllFuncName 보호되어 있는 정적으로 프로퍼티

protected static string loadAllFuncName
리턴 string

numbers 보호되어 있는 정적으로 프로퍼티

protected static char[] numbers
리턴 char[]