C# 클래스 Bind.Utilities

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

공개 프로퍼티들

프로퍼티 타입 설명
Acronyms System.Text.RegularExpressions.Regex
Extensions System.Text.RegularExpressions.Regex
Separators char[]

비공개 메소드들

메소드 설명
GetGL2Extension ( string name ) : string
IsGL2Extension ( string function ) : bool
Merge ( Bind.Structures.Enum s, Constant t ) : Bind.Structures.Enum

Places a new constant in the specified enum, if it doesn't already exist. The existing constant is replaced iff the new has a numeric value and the old has a reference value (eg 0x5 is preferred over AttribMask.Foo)

Merge ( DelegateCollection delegates, Bind.Structures.Delegate t ) : void
Merge ( DelegateCollection delegates, DelegateCollection new_delegates ) : void
Merge ( EnumCollection enums, Bind.Structures.Enum t ) : void

Merges the given enum into the enum list. If an enum of the same name exists, it merges their respective constants.

Merge ( EnumCollection enums, EnumCollection new_enums ) : void
OpenSpecFile ( string folder, string file ) : StreamReader
StripGL2Extension ( string p ) : string

프로퍼티 상세

Acronyms 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions Acronyms
리턴 System.Text.RegularExpressions.Regex

Extensions 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions Extensions
리턴 System.Text.RegularExpressions.Regex

Separators 공개적으로 정적으로 프로퍼티

public static char[] Separators
리턴 char[]