C# Class Bind.GL.Generator

Inheritance: IBind
Afficher le fichier Open project: hultqvist/opentk

Protected Properties

Свойство Type Description
SpecReader ISpecReader
csTypemap string
enumSpec string
enumSpecExt string
enumToDotNet System.Text.RegularExpressions.Regex
glSpec string
glSpecExt string
glTypemap string
loadAllFuncName string
numbers char[]

Méthodes publiques

Méthode Description
Generator ( ) : System
Process ( ) : void

Method Details

Generator() public méthode

public Generator ( ) : System
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

Property Details

SpecReader protected_oe property

protected ISpecReader SpecReader
Résultat ISpecReader

csTypemap protected_oe static_oe property

protected static string csTypemap
Résultat string

enumSpec protected_oe static_oe property

protected static string enumSpec
Résultat string

enumSpecExt protected_oe static_oe property

protected static string enumSpecExt
Résultat string

enumToDotNet protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions enumToDotNet
Résultat System.Text.RegularExpressions.Regex

glSpec protected_oe static_oe property

protected static string glSpec
Résultat string

glSpecExt protected_oe static_oe property

protected static string glSpecExt
Résultat string

glTypemap protected_oe static_oe property

protected static string glTypemap
Résultat string

loadAllFuncName protected_oe static_oe property

protected static string loadAllFuncName
Résultat string

numbers protected_oe static_oe property

protected static char[] numbers
Résultat char[]