C# 클래스 BSPGenerationTools.StartupFileGenerator

파일 보기 프로젝트 열기: sysprogs/BSPTools 1 사용 예제들

공개 메소드들

메소드 설명
ParseInterruptVectors ( string file, string tableStart, string tableEnd, string vectorLineA, string vectorLineB, string ignoredLine, string macroDef, int nameGroup, int commentGroup ) : InterruptVector[]

메소드 상세

ParseInterruptVectors() 공개 정적인 메소드

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
리턴 InterruptVector[]