Свойство | Тип | Описание | |
---|---|---|---|
csTypemap | string | ||
delegatesFile | string | ||
enumSpec | string | ||
enumSpecExt | string | ||
enumToDotNet | |||
enumsFile | string | ||
functionOverridesFile | string | ||
glSpec | string | ||
glSpecExt | string | ||
glTypemap | string | ||
importsFile | string | ||
loadAllFuncName | string | ||
numbers | char[] | ||
wrappersFile | string |
Метод | Описание | |
---|---|---|
Generator ( ) : System | ||
Process ( ) : void | ||
ReadCSTypeMap ( |
||
ReadDelegates ( |
||
ReadEnums ( |
||
ReadTypeMap ( |
||
WriteBindings ( DelegateCollection delegates, FunctionCollection functions, EnumCollection enums ) : void | ||
WriteDelegates ( BindStreamWriter sw, DelegateCollection delegates ) : void | ||
WriteEnums ( BindStreamWriter sw, EnumCollection enums ) : void | ||
WriteImports ( BindStreamWriter sw, DelegateCollection delegates ) : void | ||
WriteLicense ( BindStreamWriter sw ) : void | ||
WriteTypes ( BindStreamWriter sw, string>.Dictionary |
||
WriteWrappers ( BindStreamWriter sw, FunctionCollection wrappers, string>.Dictionary |
Метод | Описание | |
---|---|---|
Translate ( ) : void |
Метод | Описание | |
---|---|---|
NextValidLine ( |
||
WriteDocumentation ( BindStreamWriter sw, Function f ) : void | ||
WriteMethod ( BindStreamWriter sw, Function f ) : void | ||
WriteWrapper ( BindStreamWriter sw, int current, Function f ) : int |
public ReadCSTypeMap ( |
||
specFile | ||
Результат | string>.Dictionary |
public ReadDelegates ( |
||
specFile | ||
Результат | DelegateCollection |
public ReadEnums ( |
||
specFile | ||
Результат | EnumCollection |
public ReadTypeMap ( |
||
specFile | ||
Результат | string>.Dictionary |
public WriteBindings ( DelegateCollection delegates, FunctionCollection functions, EnumCollection enums ) : void | ||
delegates | DelegateCollection | |
functions | FunctionCollection | |
enums | EnumCollection | |
Результат | void |
public WriteDelegates ( BindStreamWriter sw, DelegateCollection delegates ) : void | ||
sw | BindStreamWriter | |
delegates | DelegateCollection | |
Результат | void |
public WriteEnums ( BindStreamWriter sw, EnumCollection enums ) : void | ||
sw | BindStreamWriter | |
enums | EnumCollection | |
Результат | void |
public WriteImports ( BindStreamWriter sw, DelegateCollection delegates ) : void | ||
sw | BindStreamWriter | |
delegates | DelegateCollection | |
Результат | void |
public WriteLicense ( BindStreamWriter sw ) : void | ||
sw | BindStreamWriter | |
Результат | void |
public WriteTypes ( BindStreamWriter sw, string>.Dictionary |
||
sw | BindStreamWriter | |
CSTypes | string>.Dictionary | |
Результат | void |
public WriteWrappers ( BindStreamWriter sw, FunctionCollection wrappers, string>.Dictionary |
||
sw | BindStreamWriter | |
wrappers | FunctionCollection | |
CSTypes | string>.Dictionary | |
Результат | void |
protected static string delegatesFile | ||
Результат | string |
protected static Regex,System.Text.RegularExpressions enumToDotNet | ||
Результат |
protected static string functionOverridesFile | ||
Результат | string |
protected static string loadAllFuncName | ||
Результат | string |