C# Class mml2vgm.msgBox

Afficher le fichier Open project: kuma4649/mml2vgm

Méthodes publiques

Méthode 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 méthode

public static clear ( ) : void
Résultat void

getErr() public static méthode

public static getErr ( ) : string[]
Résultat string[]

getWrn() public static méthode

public static getWrn ( ) : string[]
Résultat string[]

setErrMsg() public static méthode

public static setErrMsg ( string msg ) : void
msg string
Résultat void

setErrMsg() public static méthode

public static setErrMsg ( string msg, int lineNumber ) : void
msg string
lineNumber int
Résultat void

setWrnMsg() public static méthode

public static setWrnMsg ( string msg ) : void
msg string
Résultat void

setWrnMsg() public static méthode

public static setWrnMsg ( string msg, int lineNumber ) : void
msg string
lineNumber int
Résultat void