C# Class mml2vgm.msgBox

Datei anzeigen Open project: kuma4649/mml2vgm

Public Methods

Method Description
clear ( ) : void
getErr ( ) : string[]
getWrn ( ) : string[]
setErrMsg ( string msg ) : void
setErrMsg ( string msg, int lineNumber ) : void
setWrnMsg ( string msg ) : void
setWrnMsg ( string msg, int lineNumber ) : void

Method Details

clear() public static method

public static clear ( ) : void
return void

getErr() public static method

public static getErr ( ) : string[]
return string[]

getWrn() public static method

public static getWrn ( ) : string[]
return string[]

setErrMsg() public static method

public static setErrMsg ( string msg ) : void
msg string
return void

setErrMsg() public static method

public static setErrMsg ( string msg, int lineNumber ) : void
msg string
lineNumber int
return void

setWrnMsg() public static method

public static setWrnMsg ( string msg ) : void
msg string
return void

setWrnMsg() public static method

public static setWrnMsg ( string msg, int lineNumber ) : void
msg string
lineNumber int
return void