C# Class BSPGenerationTools.StartupFileGenerator

Afficher le fichier Open project: sysprogs/BSPTools Class Usage Examples

Méthodes publiques

Méthode Description
ParseInterruptVectors ( string file, string tableStart, string tableEnd, string vectorLineA, string vectorLineB, string ignoredLine, string macroDef, int nameGroup, int commentGroup ) : InterruptVector[]

Method Details

ParseInterruptVectors() public static méthode

public static ParseInterruptVectors ( string file, string tableStart, string tableEnd, string vectorLineA, string vectorLineB, string ignoredLine, string macroDef, int nameGroup, int commentGroup ) : InterruptVector[]
file string
tableStart string
tableEnd string
vectorLineA string
vectorLineB string
ignoredLine string
macroDef string
nameGroup int
commentGroup int
Résultat InterruptVector[]